diff --git a/README.md b/README.md index 2428fc6..0fdfbd2 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ Native VSCode debugger. Currently only using GDB. -![https://i.imgur.com/ANEvaZg.png](https://i.imgur.com/ANEvaZg.png) +![Preview](images/preview.png) ## Usage -![http://i.webfreak.org/540244.png](http://i.webfreak.org/540244.png) +![Image with red circle around a cog and an orange arrow pointing at GDB](images/tutorial1.png) 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 you need. -![http://i.webfreak.org/1A53C4.png](http://i.webfreak.org/1A53C4.png) +![Default config with a red circle around the target](images/tutorial1.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) diff --git a/images/preview.png b/images/preview.png new file mode 100644 index 0000000..ea8335d Binary files /dev/null and b/images/preview.png differ diff --git a/images/tutorial1.png b/images/tutorial1.png new file mode 100644 index 0000000..fd96d9a Binary files /dev/null and b/images/tutorial1.png differ diff --git a/images/tutorial2.png b/images/tutorial2.png new file mode 100644 index 0000000..dd08443 Binary files /dev/null and b/images/tutorial2.png differ