diff --git a/README.md b/README.md index efe9d12..446f270 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Press ctrl-p (cmd+p on OS X) and run `ext install webfreak.debug` in visual stud ![Image with red circle around a gear and a red arrow pointing at GDB and LLDB](images/tutorial1.png) +Or if you already have an existing debugger in your project setup: + +![Visual studio code debugger launch.json auto completion showing alternative way to create debuggers](images/tutorial1-alt.png) + Open your project and click the debug button in your sidebar. At the top right press the little gear icon and select GDB or LLDB. It will automatically generate the configuration you need. diff --git a/images/tutorial1-alt.png b/images/tutorial1-alt.png new file mode 100644 index 0000000..d4cb507 Binary files /dev/null and b/images/tutorial1-alt.png differ