Improved instructions (fix #3)

This commit is contained in:
WebFreak001 2016-02-04 12:38:22 +01:00
commit 081f74ed75

View file

@ -6,14 +6,21 @@ Native VSCode debugger. Currently only using GDB.
## Usage ## Usage
![http://i.webfreak.org/540244.png](http://i.webfreak.org/540244.png)
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.
![http://i.webfreak.org/1A53C4.png](http://i.webfreak.org/1A53C4.png)
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