Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Debug wont trigger if While 0 in code. #133

Open
TheLastMillennial opened this issue Jun 12, 2019 · 0 comments
Open

Debug wont trigger if While 0 in code. #133

TheLastMillennial opened this issue Jun 12, 2019 · 0 comments

Comments

@TheLastMillennial
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant