title: "addbreakpoint" description: TRSE built-in method (from IDE help)
addbreakpoint
Systems: ALL
Parameters: —
AddBreakpoint();
Description
Inserts a breakpoint in VICE which once hit, will halt your program and start the VICE monitor.
TRSE generates a symbols and breakpoint file that is passed to VICE and this makes debugging of the assembler code easier. Note: Tested only on Windows versions of VICE - it may not work on other OS's.
When the VICE monitor opens up, you may need to show the code, register and memory windows. You can then step into, over and out of and observe what your assembler code is doing.