Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.41 KB

File metadata and controls

59 lines (41 loc) · 2.41 KB

VSCODE DEBUGGING CONFIGURATIONS


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.


Tips to use

  • Just copy over .vscode folder in your projects.
  • Every .vscode folder contains launch.json configuration file and tasks.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. Debugger
  • Select the appropriate configuration and launch.

Contributing


  • Fork the Repository and create a new feature / hotfix branch.
  • Make you Code changes / Add a new configuration.
  • Please use proper Linting and Formatting 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.

License


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.