diff --git a/docs/debugger.html b/docs/debugger.html index 97aa7a9e5..a2c0506dc 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -601,8 +601,9 @@ command that takes arguments.

A breakpoint is a "hotspot" in your program that causes the emulator to stop emulating and jump into the debugger. You can set as many -breakpoints as you like. The command is "break xx" where xx is any -expression. If you've created a symbol file, you can use labels.

+breakpoints as you like. The command is "break xx yy" where xx is any +expression and yy a bank number. Both arguments are optional. If you have +created a symbol file, you can use labels for the expression.

Example: you've got a label called "kernel". To break there, the command is "break kernel". After you've set the breakpoint, @@ -906,8 +907,9 @@ Type "help 'cmd'" to see extended information about the given command.

                 a - Set Accumulator to <value>
              base - Set default number base to <base> (bin, dec, hex)
-            break - Set/clear breakpoint at <address>
+            break - Set/clear breakpoint at <address> and <bank>
           breakif - Set/clear breakpoint on <condition>
+       breaklabel - Set/clear breakpoint on <address> (no mirrors, all banks)
                 c - Carry Flag: set (0 or 1), or toggle (no arg)
             cheat - Use a cheat code (see manual for cheat types)
       clearbreaks - Clear all breakpoints
@@ -1126,15 +1128,17 @@ as illustrated:

The indicators are as follows (note that all these are read-only):