File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ gdbgui - https://gdbgui.com - is a graphical front-end to GDB
20
20
that runs in a browser. This script invokes gdbgui with the Rust
21
21
pretty printers loaded.
22
22
23
- Simple usage : rust-gdbgui target\ debug\ myprog
24
- With arguments: rust-gdbgui 'target\ debug\ myprog arg1 arg2...'
23
+ Simple usage : rust-gdbgui target/ debug/ myprog
24
+ With arguments: rust-gdbgui 'target/ debug/ myprog arg1 arg2...'
25
25
(note the quotes)
26
26
27
27
@@ -32,7 +32,7 @@ in its options make sure to disable the 'Add breakpoint to main after
32
32
loading executable' setting to avoid a 'File not found: main' warning
33
33
on startup.
34
34
35
- Instead, type 'main' into the file browser and you should get
35
+ Instead, type 'main' into gdbgui's file browser and you should get
36
36
auto-completion on the filename. Just pick 'main.rs', add a breakpoint
37
37
by clicking in the line number gutter, and type 'r' or hit the Restart
38
38
icon to start your program running.
You can’t perform that action at this time.
0 commit comments