Skip to content

Commit d859440

Browse files
authored
Update DEBUGGING.md
1 parent eab640c commit d859440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DEBUGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Make sure to adjust the `executable` so it points to the same firmware file that
7070

7171
You should now be able to hit F5 (make sure you select the "Attach to InfiniEmu" configuration on the "Run and Debug" sidebar) and connect to the running InfiniEmu instance.
7272

73-
If you want to stop execution right after connecting, you can set either the `"stopAtConnect"` or the `"stopAtEntry"` to `true`. The former will stop execution at the absolute first instruction that that emulator runs (in our case the reset handler), while the latter will stop at the program's entry point (in our case `main`). For more information, check [the extension's README](https://github.com/WebFreak001/code-debug).
73+
If you want to stop execution right after connecting, you can set either the `"stopAtConnect"` or the `"stopAtEntry"` property to `true`. The former will stop execution at the absolute first instruction that that emulator runs (in our case the reset handler), while the latter will stop at the program's entry point (in our case `main`). For more information, check [the extension's README](https://github.com/WebFreak001/code-debug).
7474

7575
> [!NOTE]
7676
> The firmware won't be automatically built when pressing F5, make sure to build it manually through whichever process you have set up before starting the debugging session.

0 commit comments

Comments
 (0)