1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

New command to reply with the current sub/function name ($DEBUG).

This commit is contained in:
FellippeHeitor 2021-07-24 19:31:58 -03:00
parent 0ca12c3503
commit 638c909acd

View file

@ -217,6 +217,9 @@ SUB vwatch (localVariables AS _OFFSET)
i = CVL(value$)
address = localVariables + LEN(address) * i
PRINT "Local"; i; "is at"; _MEMGET(m, address, _OFFSET)
CASE "current sub"
cmd$ = "current sub:" + vwatch_subname
GOSUB SendCommand
CASE "set next line"
pauseMode = -1
stepOver = 0