https://github.com/barretlee/debugging-in-vscode-tutorial
Demostration of Debugging in vscode.
https://github.com/barretlee/debugging-in-vscode-tutorial
debugging vscode-debugger
Last synced: over 1 year ago
JSON representation
Demostration of Debugging in vscode.
- Host: GitHub
- URL: https://github.com/barretlee/debugging-in-vscode-tutorial
- Owner: barretlee
- Created: 2019-03-18T13:18:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T16:14:00.000Z (over 7 years ago)
- Last Synced: 2025-01-28T01:44:25.068Z (over 1 year ago)
- Topics: debugging, vscode-debugger
- Language: HTML
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debugging in vscode
[文章地址](https://www.barretlee.com/blog/2019/03/18/debugging-in-vscode-tutorial/)
The demonstration help you to config `.vscode/launch.json` in VSCode, and tell you how to debug in vscode.
To increace the difficulty of debugging tutorial, we choose typescript and use `ts-node` to run our code.
## Install demonstration
```shell
git clone git@github.com:barretlee/debugging-in-vscode-tutorial.git
cd debugging-in-vscode-tutorial
npm install
```
Open this project with VSCode. if you have install the global shell command `code`, then
```shell
code ./
```
## License
MIT.