1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 00:40:26 +00:00

Adds code to send "end signal" even with $CHECKING:OFF. ($DEBUG)

This commit is contained in:
FellippeHeitor 2021-07-17 17:11:02 -03:00
parent 1fa3781a12
commit df691cc3f2

View file

@ -8817,7 +8817,7 @@ DO
END IF
IF vWatchOn = 1 AND NoChecks = 0 THEN
IF vWatchOn = 1 THEN
PRINT #12, "*__LONG_VWATCH_LINENUMBER= 0; SUB_VWATCH((ptrszint*)vwatch_local_vars);"
END IF
PRINT #12, "if (sub_gl_called) error(271);"
@ -22597,7 +22597,7 @@ FUNCTION validlabel (LABEL2$)
END FUNCTION
SUB xend
IF vWatchOn = 1 AND NoChecks = 0 THEN
IF vWatchOn = 1 THEN
PRINT #12, "*__LONG_VWATCH_LINENUMBER= 0; SUB_VWATCH((ptrszint*)vwatch_local_vars);"
END IF
PRINT #12, "sub_end();"