diff --git a/help/Table of Contents.hhc b/help/Table of Contents.hhc index ebbb292e..0df195af 100644 --- a/help/Table of Contents.hhc +++ b/help/Table of Contents.hhc @@ -195,6 +195,10 @@ +
  • + + +
  • diff --git a/help/dbg-bookmarks.html b/help/dbg-bookmarks.html new file mode 100644 index 00000000..d8573931 --- /dev/null +++ b/help/dbg-bookmarks.html @@ -0,0 +1,127 @@ + + + + AppleWin Debugger Tutorial + + + +

    Bookmarks

    +

    Bookmarks allow you to "tag" an address and consequently jump back to them.
    + They appear as a number with a circle around them between address and opcodes are listed (where the : separator is). +

    + + + +
    +

    Notes:

    + + +

    +

    + +

    Commands to manipulate bookmarks:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Command

    +
    +

    Description

    +
    +

    help bookmarks

    +
    +

    Lists all bookmark related commands

    +
    +

    help bma

    +
    +

    Lists specific help about the bma command

    +
    +

    bma <address|label>

    +
    +

    Add a bookmark at an address or label

    +
    +

    bmc #

    +
    +

    Clear a specific bookmarks, for example 'bmc 1' clears bookmark 1

    +
    +

    bmc *

    +
    +

    Clears all bookmarks

    +
    +

    bml

    +
    +

    Lists all boommarks

    +
    +

    bmsave

    +
    +

    Not implemented yet

    +
    + + diff --git a/help/dbg-toc-intro.html b/help/dbg-toc-intro.html index 95ea6c03..f7837741 100644 --- a/help/dbg-toc-intro.html +++ b/help/dbg-toc-intro.html @@ -27,6 +27,7 @@
  • Calculator
  • Windows
  • Breakpoints +
  • Bookmarks
  • Configuration
    • Colors diff --git a/help/img/debugger-bookmarks-annotated.png b/help/img/debugger-bookmarks-annotated.png new file mode 100644 index 00000000..fa1d0a1c Binary files /dev/null and b/help/img/debugger-bookmarks-annotated.png differ diff --git a/help/resources/debugger-bookmarks.png b/help/resources/debugger-bookmarks.png new file mode 100644 index 00000000..e27249cc Binary files /dev/null and b/help/resources/debugger-bookmarks.png differ