Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Debugger error
Debugger error [message #6111] Tue, 31 October 2006 09:02 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

#include <Core/Core.h>

CONSOLE_APP_MAIN
{
	for(int i = 0; i < 5; i++)
	{
		int a = i + 1;
	}

	for(int i = 0; i < 5; i++)
	{
->		int b = i + 1;
	}	
}


When debugger is in line indicated by -> it always show 5 as a value of i no matter what iteration is.
Re: Debugger error [message #6114 is a reply to message #6111] Tue, 31 October 2006 11:36 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Complain to authors of dbghelp.dll... (I know about this problem for long time, but was not able to get better info from dbghelp.dll - it simply returns the wrong info).

OTOH, perhaps it is time to check for new .dll version....

Mirek
Re: Debugger error [message #6118 is a reply to message #6114] Tue, 31 October 2006 13:09 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Tue, 31 October 2006 05:36

Complain to authors of dbghelp.dll... (I know about this problem for long time, but was not able to get better info from dbghelp.dll - it simply returns the wrong info).

OTOH, perhaps it is time to check for new .dll version....

Mirek


Sorry, I didn't know that you know Wink
Previous Topic: Feature request: Copy and paste layouts
Next Topic: Ctrl * GetCallbackCtrl()
Goto Forum:
  


Current Time: Sat Jun 01 14:42:27 CEST 2024

Total time taken to generate the page: 0.01796 seconds