An open API service indexing awesome lists of open source software.

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.

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.