PeterTillema / ICE

ICE Compiler for the TI-84 Plus CE
22 stars 1 forks source link

Debug wont trigger if While 0 in code. #133

Open TheLastMillennial opened 5 years ago

TheLastMillennial commented 5 years ago

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.