You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: