Added simple installation instruction fix #23
This commit is contained in:
parent
ca6b59353d
commit
4e8cde7112
1 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
Native VSCode debugger. Currently only using GDB.
|
||||
|
||||
## Installation
|
||||
|
||||
Run `ext install debug` (Ctrl-Shift-P -> install extension) in visual studio code and install GDB and add the executable to your PATH variable. If you have changed your PATH, don't forget to restart vscode. Then follow the usage tutorial below.
|
||||
|
||||

|
||||
|
||||
## Usage
|
||||
|
|
@ -101,4 +105,4 @@ Because some builds requires one or more environment files to be sourced before
|
|||
command, you can use the `ssh.bootstrap` option to add some extra commands which will be prepended
|
||||
to the debugger call (using `&&` to join both).
|
||||
|
||||
## [Issues](https://github.com/WebFreak001/code-debug)
|
||||
## [Issues](https://github.com/WebFreak001/code-debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue