From bcf46a7e81f34a9a8bd226400e9338f4b7cf1e98 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 5 Mar 2016 22:56:19 +0100 Subject: [PATCH] README had wrong image in it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab3329..9602203 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Open your project and click the debug button in your sidebar. At the top right p the little gear icon and select GDB. It will automatically generate the configuration you need. -![Default config with a red circle around the target](images/tutorial1.png) +![Default config with a red circle around the target](images/tutorial2.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)