U++ framework
Do not panic. Ask here before giving up.

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 previous message
unodgs is currently offline  unodgs
Messages: 1367
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.
 
Read Message
Read Message
Read Message
Previous Topic: Feature request: Copy and paste layouts
Next Topic: Ctrl * GetCallbackCtrl()
Goto Forum:
  


Current Time: Fri Apr 24 20:48:05 GMT+2 2026

Total time taken to generate the page: 0.00528 seconds