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

Fixes vWatch labels not being added.

This commit is contained in:
FellippeHeitor 2021-07-20 20:11:45 -03:00
parent ba7a0d91d4
commit b56ceb924d

View file

@ -14239,6 +14239,7 @@ SUB vWatchAddLabel (this AS LONG, lastLine AS _BYTE)
IF prevLabel <> this THEN IF prevLabel <> this THEN
PRINT #12, "VWATCH_LABEL_" + str2$(this) + ":;" PRINT #12, "VWATCH_LABEL_" + str2$(this) + ":;"
prevLabel = this prevLabel = this
lastLineNumberLabelvWatch = this
END IF END IF
ELSE ELSE
IF prevSkip <> prevLabel THEN IF prevSkip <> prevLabel THEN