You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEBUGGING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Make sure to adjust the `executable` so it points to the same firmware file that
70
70
71
71
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.
72
72
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).
74
74
75
75
> [!NOTE]
76
76
> 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