Added simple installation instruction fix #23

This commit is contained in:
Jan 2016-02-21 23:01:54 +01:00
commit 4e8cde7112

View file

@ -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.
![Preview](images/preview.png)
## Usage