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:

committed by
GitHub

parent
8a497080b3
commit
eef445508f
@ -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.
|
||||
|
Reference in New Issue
Block a user