1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 23:30:24 +00:00

Prevents endless loop when quitting the debuggee.

This commit is contained in:
FellippeHeitor 2021-08-04 21:23:59 -03:00
parent 0bbc60e73e
commit 85c1e79997

View file

@ -168,7 +168,7 @@ SUB vwatch (globalVariables AS _OFFSET, localVariables AS _OFFSET)
GOSUB SendCommand
DO 'main loop
IF stop_program_state& THEN EXIT DO
IF stop_program_state& THEN vw_bypass = -1: EXIT DO
SELECT CASE vw_cmd$
CASE "run"
vw_pauseMode = 0