1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 05:50:22 +00:00
QB64-PE/source/utilities/vwatch.bi
2021-07-14 20:34:47 -03:00

8 lines
221 B
Plaintext

$CHECKING:OFF
DIM SHARED vwatch_linenumber AS LONG
REDIM SHARED vwatch_breakpoints(0) AS _BYTE
'next lines are just to avoid "unused variable" warnings:
vwatch_linenumber = 0
vwatch_breakpoints(0) = 0
$CHECKING:ON