1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-21 05:05:14 +00:00
qb64/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