1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: document recompiling V itself with debug info, debugging tests, and a tip for vscode (#10358)

This commit is contained in:
Andreas Heissenberger
2021-06-07 10:09:07 +02:00
committed by GitHub
parent 8a497080b3
commit eef445508f
2 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,9 @@ or create the file `.vscode/launch.json`:
}
```
**Optional:** use `"program": "${fileDirname}/${fileBasenameNoExtension}"` to debug
any current open source file with an existing binary with the same name but without any extention.
### Usage
To allow your compiled application to be debugged.