File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
2020that runs in a browser. This script invokes gdbgui with the Rust
2121pretty printers loaded.
2222
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...'
2525 (note the quotes)
2626
2727
@@ -32,7 +32,7 @@ in its options make sure to disable the 'Add breakpoint to main after
3232loading executable' setting to avoid a 'File not found: main' warning
3333on startup.
3434
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
3636auto-completion on the filename. Just pick 'main.rs', add a breakpoint
3737by clicking in the line number gutter, and type 'r' or hit the Restart
3838icon to start your program running.
You can’t perform that action at this time.
0 commit comments