1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Keeps timers disabled when stepping ($DEBUG).

This commit is contained in:
FellippeHeitor 2021-07-19 02:30:40 -03:00
parent bfe081b421
commit 43c2dbc984

View file

@ -141,7 +141,6 @@ SUB vwatch (localVariables AS _OFFSET)
CASE "step"
pauseMode = -1
stepOver = 0
vwatch_starttimers
EXIT SUB
CASE "step over"
pauseMode = -1
@ -185,6 +184,7 @@ SUB vwatch (localVariables AS _OFFSET)
vwatch_starttimers
EXIT SUB
Connect:
ideport$ = ENVIRON$("QB64DEBUGPORT")
IF ideport$ = "" THEN bypass = -1: EXIT SUB