This repository is a collection of Optimal Debugging configurations for Visual Studio Code. Developers face a hard time setting up debuggers for there application in Visual Studio Code due to complex launch and task configuration that changes per platform.
This repository has optimal debugging configurations for below:
For Official Documents on debugging with Visual Studio Code, refer here.
- Just copy over
.vscodefolder in your projects. - Every
.vscodefolder containslaunch.jsonconfiguration file andtasks.jsonfile for automated tasks. - Once, the folder is copied over, you would be able to see, debugging configurations under the
RUN AND DEBUGsection in the control pane.
- Select the appropriate configuration and launch.
- Fork the Repository and create a new
feature/hotfixbranch. - Make you Code changes / Add a new configuration.
- Please use proper
LintingandFormattingin your code. - Raise a PR, I will review and merge the source code.
- Reach out to me if you wanna be one of the collaborators.
VSCODE Debugger Configurations is released under the MIT.
tl;dr: "free to use as long as you credit me".
Happy Debugging !😀
Made with Love by @satyamsoni.