Skip to content

Commit eb7ee8c

Browse files
author
Danny Milosavljevic
committed
README: Clarify how to debug programs.
1 parent a8c0739 commit eb7ee8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Add `./build/distributions/idea-native2-debugger-1.0-SNAPSHOT.zip` to IntelliJ I
1010

1111
# Running
1212

13-
In order to run your program under the debugger for the first time, go to `Run`, `Edit configurations...`, then add a configuration using the `+` sign, and choose `Native2Debugger`.
13+
In order to run your program under the debugger for the first time, go to `Run`, `Edit configurations...`, then add a configuration using the `+` icon, and choose `Native2Debugger`.
1414

15-
From then on, choose this configuration in order to make the plugin run your program under `gdb`.
15+
From then on, choose this configuration using the `bug` icon in order to make the plugin run your program under `gdb`.
1616

1717
Note that this currently does NOT build your project first, so make sure to build it when you want to.
1818

0 commit comments

Comments
 (0)