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: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,21 @@ void START() {
438
438
---
439
439
</details>
440
440
441
+
<details>
442
+
<summary><strong>VS Code debugging using Emulicious</strong></summary>
443
+
444
+
The [ZGB-template](https://github.com/Zal0/ZGB-template) is properly configured for C Debugging under [Emulicious](https://emulicious.net/) in [Visual Studio Code](https://code.visualstudio.com/). If you started your current project with an old version of the template you just need to copy the .vscode folder into the root of your project.
445
+
446
+
- [Download](https://code.visualstudio.com/Download) Visual Studio Code
447
+
- Open the workspace located in the .vscode folder within ZGB-template
448
+
- Install the workspace recommended extensions:
449
+
- [C/C++ for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
Now ensure that you have either Debug or DebugColor selected as your current configuration and press F5 to start debugging. Emulicious will be launched automatically and breakpoints will be hit. Enjoy!
0 commit comments