Improved instructions (fix #3)
This commit is contained in:
parent
30fe97e689
commit
081f74ed75
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
|
@ -6,14 +6,21 @@ Native VSCode debugger. Currently only using GDB.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Open your project and click the debug button in your sidebar. At the top right press
|
Open your project and click the debug button in your sidebar. At the top right press
|
||||||
the little gear icon and select GDB. It will automatically generate the configuration
|
the little gear icon and select GDB. It will automatically generate the configuration
|
||||||
you need. Now you need to change target to the application you want to debug relative
|
you need.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Now you need to change `target` to the application you want to debug relative
|
||||||
to the cwd. (Which is the workspace root by default)
|
to the cwd. (Which is the workspace root by default)
|
||||||
|
|
||||||
Now you need to first build your application and run it using the green start button
|
Before debugging you need to compile your application first, then you can run it using
|
||||||
in the debug sidebar. Multithreading and removing breakpoints while running does not
|
the green start button in the debug sidebar. Multithreading and removing breakpoints
|
||||||
work at the time of writing. Also stopping the program sometimes does not work properly.
|
while running does not work at the time of writing. Also stopping the program sometimes
|
||||||
|
does not work properly.
|
||||||
|
|
||||||
Extending variables is very limited as it does not support child values of variables.
|
Extending variables is very limited as it does not support child values of variables.
|
||||||
Watching expressions works partially but the result does not get properly parsed and
|
Watching expressions works partially but the result does not get properly parsed and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue