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/development-instructions.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,12 @@ Debugging (VS Code)
129
129
Debugging support described here is for Visual Studio Code. The Arduino IDE already provides a built-in debugger for supported boards.
130
130
131
131
#. Install the `Cortex-Debug` extension in VS Code.
132
-
#. Copy the `tasks.json` file from `tools/vscode-profile` to the `.vscode` directory in your project root.
132
+
#. Copy the `task_xmc.json` file from `tools/vscode-profile` to the `.vscode` directory and rename to `tasks.json` in your project root.
133
133
#. In VS Code, run the task: **Generate launch.json for debug (XMC)**.
134
134
#. Required parameters for this task:
135
135
* **fqbn**: Fully Qualified Board Name (e.g., `arduino-git:xmc:kit_xmc47_relax`)
136
136
* **build path**: Directory where the `.elf` file will be placed
137
-
* **example path**: Path to the sketch (`.ino` file) to debug
137
+
* **example path**: Path to the sketch (`.ino` file) to debug (for arduino-core-tests make sure it has been built at least once to generate the required build.ino)
138
138
#. Optional parameters:
139
139
* **boards.txt path**: Path to a custom `boards.txt` file
0 commit comments