Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Debugger error
Debugger error [message #6111] |
Tue, 31 October 2006 09:02  |
|
#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.
|
|
|
Goto Forum:
Current Time: Sat Aug 16 22:33:12 CEST 2025
Total time taken to generate the page: 0.04645 seconds
|