补充 cwd 参数.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-11-03 21:20:31 +08:00
parent e8914930a3
commit 0f92e82b9c
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,19 @@
VSCode 可以用来调试程序,通过修改 .vscode/launch.json 来支持各种调试需求。
## 1. 增加调试参数
## 1. 常用参数说明
### 1.1. 改变运行目录
在 "configurations" 中增加:
```json
"configurations": [
"cwd":"chdir path"
]
```
### 1.2. 增加调试参数
在 "configurations" 中增加: