Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Oct 31, 2022
2 parents 52f2931 + 9cb58c1 commit abb7bfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ In the **Registers** and **Memory** panes, blue dots indicate the value was chan

In the **Memory** pane, the green dot indicates the position of the stack pointer and the orange dot indicates the position of the frame pointer.

## Debugging

Just above the console, there are two buttons: *breakpoints* and *step over*.

The breakpoints button lets you type in which lines you would like the execution to pause on.

The step over button is only active when the execution cursor is on a `bl` instruction. If you press it, it will execute until the cursor is at the next line (i.e. the function returns).

## Preferences
You can access the preferences window by pressing `cmd + ,`.

Expand Down

0 comments on commit abb7bfc

Please sign in to comment.