debug
This commit is contained in:
parent
b386cd166f
commit
b37ec5adf2
8 changed files with 123 additions and 6 deletions
23
.vscode-example/launch.json
Normal file
23
.vscode-example/launch.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"cwd": "${workspaceRoot}",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"program": "${workspaceFolder}/build/meson-src/main.exe",
|
||||
"preLaunchTask": "build",
|
||||
"logging": {
|
||||
"engineLogging": true,
|
||||
"trace": true,
|
||||
"traceResponse": true
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue