... | @@ -229,7 +229,7 @@ You can also run tests by calling the command palette <kbd>Ctrl</kbd> + <kbd>Shi |
... | @@ -229,7 +229,7 @@ You can also run tests by calling the command palette <kbd>Ctrl</kbd> + <kbd>Shi |
|
# Run/Debug configuration
|
|
# Run/Debug configuration
|
|
|
|
|
|
To enable Debugging:
|
|
To enable Debugging:
|
|
1. Call Command palette <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and look for `C/C++: Add Debug Configuration`, select `(gdb) launch`
|
|
1. Call Command palette <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and look for `Debug: Add Configuration...`, select `C++ (GDB/LLDB)`
|
|
2. This will create the file `.vscode/launch.json`
|
|
2. This will create the file `.vscode/launch.json`
|
|
3. Replace the content with:
|
|
3. Replace the content with:
|
|
```json
|
|
```json
|
... | | ... | |