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
.vscode
folder in your projects. - Every
.vscode
folder containslaunch.json
configuration file andtasks.json
file for automated tasks. - Once, the folder is copied over, you would be able to see, debugging configurations under the
RUN AND DEBUG
section in the control pane. - Select the appropriate configuration and launch.
- Fork the Repository and create a new
feature
/hotfix
branch. - Make you Code changes / Add a new configuration.
- Please use proper
Linting
andFormatting
in 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.