debug command
STOP "fff"
Defines a "break point" to the first instruction of function fff
en mode debug.
STOP "fff",mum
Defines a "break point"line num of function fff.
STOP(num)
Defines a "break point" line num of the current function
Notes:
1) Must yes debug be active
2) The STOPs remain positioned to ini STOP or rem STOP
See also: