Skip to content

Commit 2436e91

Browse files
committed
Release V2.2
1 parent a012a8b commit 2436e91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Press `CTRL + F4`. Pretty much immediately Manic Miner should be running.
6666
You can now open the debugger with `F2` and stop with `F11`, open the source, modify it and press `CTRL-B` (when stopped) or `CTRL+F4` at any time, to instantly see the changes. You can also un-check the box to auto-run, in which case you could press `CTRL-A` to jump to an address (say 6000). Then press `CTRL-P` to set the program counter to the address of the cursor. Now pressing `F5` will run the code from that address. You can also, with the mouse over the dissasembly window and the debugger stopped, press `CTRL+S` to open the symbols view, and type `main` to show only symbols that match `main`. Click on the `main` symbol itself and you should be at the place where `main` is compiled to. Press `CTRL+left cursor` to set the PC to the disassembly cursor (from clicking on `main`). Press `F5` to run or `F10` to step over or `F11` to step into.
6767

6868
History:
69-
: 29 November 2024
70-
: Updated 24 Nov 2025
71-
: Updated 4 Feb 2026
72-
: Updated 5 Apr 2026
69+
- 29 November 2024
70+
- Updated 24 Nov 2025
71+
- Updated 4 Feb 2026
72+
- Updated 5 Apr 2026

0 commit comments

Comments
 (0)