Skip to content

Commit 4836e19

Browse files
committed
Added doc for Debugging under emulicious
1 parent 3fd3cfc commit 4836e19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,21 @@ void START() {
438438
---
439439
</details>
440440
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)
450+
- [Emulicious Debugger](https://marketplace.visualstudio.com/items?itemName=emulicious.emulicious-debugger)
451+
452+
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!
453+
454+
---
455+
</details>
441456
442457
## License
443458

0 commit comments

Comments
 (0)