diff --git a/docs/index.rst b/docs/index.rst index 845743f..40cdf93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,7 @@ given address or label. Breakpoints are added using the Breakpoint 0 reached. PC AC XR YR SP NV-BDIZC 6502: ff84 00 ff 00 ff 10110000 - + Note that a number is assigned to each breakpoint, similar to how VICE operates. Deleting a breakpoint can be done via the ``delete_breakpoint`` command using the breakpoint identifier given @@ -140,7 +140,7 @@ Breakpoint can be listed using the ``list_breakpoint`` command:: Breakpoint 1 added at $5678 .add_breakpoint $9ABC Breakpoint 2 added at $9ABC - .list_breakpoints + .show_breakpoints Breakpoint 0 : $1234 Breakpoint 1 : $5678 Breakpoint 2 : $9ABC @@ -165,7 +165,7 @@ Command Reference Breakpoints get a numeric identifier to be used with ``delete_breakpoint``, the list of identifiers can be retrieved - with ``list_breakpoints``. + with ``show_breakpoints``. .. describe:: add_label