Skip to content

Commit 47aa475

Browse files
committed
Fix direction of slashes in the help text example.
1 parent 0902fc8 commit 47aa475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/etc/rust-gdbgui

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ gdbgui - https://gdbgui.com - is a graphical front-end to GDB
2020
that runs in a browser. This script invokes gdbgui with the Rust
2121
pretty 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
3232
loading executable' setting to avoid a 'File not found: main' warning
3333
on 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
3636
auto-completion on the filename. Just pick 'main.rs', add a breakpoint
3737
by clicking in the line number gutter, and type 'r' or hit the Restart
3838
icon to start your program running.

0 commit comments

Comments
 (0)