Skip to content

Commit

Permalink
Fix direction of slashes in the help text example.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDaniels committed Aug 30, 2018
1 parent 0902fc8 commit 47aa475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/etc/rust-gdbgui
Expand Up @@ -20,8 +20,8 @@ gdbgui - https://gdbgui.com - is a graphical front-end to GDB
that runs in a browser. This script invokes gdbgui with the Rust
pretty printers loaded.
Simple usage : rust-gdbgui target\debug\myprog
With arguments: rust-gdbgui 'target\debug\myprog arg1 arg2...'
Simple usage : rust-gdbgui target/debug/myprog
With arguments: rust-gdbgui 'target/debug/myprog arg1 arg2...'
(note the quotes)
Expand All @@ -32,7 +32,7 @@ in its options make sure to disable the 'Add breakpoint to main after
loading executable' setting to avoid a 'File not found: main' warning
on startup.
Instead, type 'main' into the file browser and you should get
Instead, type 'main' into gdbgui's file browser and you should get
auto-completion on the filename. Just pick 'main.rs', add a breakpoint
by clicking in the line number gutter, and type 'r' or hit the Restart
icon to start your program running.
Expand Down

0 comments on commit 47aa475

Please sign in to comment.