补充 cwd 参数.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
e8914930a3
commit
0f92e82b9c
|
@ -2,7 +2,19 @@
|
|||
|
||||
VSCode 可以用来调试程序,通过修改 .vscode/launch.json 来支持各种调试需求。
|
||||
|
||||
## 1. 增加调试参数
|
||||
## 1. 常用参数说明
|
||||
|
||||
### 1.1. 改变运行目录
|
||||
|
||||
在 "configurations" 中增加:
|
||||
|
||||
```json
|
||||
"configurations": [
|
||||
"cwd":"chdir path"
|
||||
]
|
||||
```
|
||||
|
||||
### 1.2. 增加调试参数
|
||||
|
||||
在 "configurations" 中增加:
|
||||
|
||||
|
|
Loading…
Reference in New Issue