I'm using ICE 2.3.0.0 with the debugger, and if I have a While 0 loop anywhere in my code and there is any command/loop/statement in it, the dbd(0 command will not work, the program will run as if the dbd(0 command(s) aren't there.
Example:
prgmA0
[i]B
dbd(0
While 0
//input any command(s) or loop(s) here such as Disp "5
End
Pause
Return
When you select 'debug' in the compiler, with the code above, the debugger will not appear. It will simply pause then quit.
I'm using ICE 2.3.0.0 with the debugger, and if I have a While 0 loop anywhere in my code and there is any command/loop/statement in it, the dbd(0 command will not work, the program will run as if the dbd(0 command(s) aren't there. Example:
prgmA0
When you select 'debug' in the compiler, with the code above, the debugger will not appear. It will simply pause then quit.