Skip to content

Commit

Permalink
Merge pull request #733 from Affonso-Gui/roseus-gdb
Browse files Browse the repository at this point in the history
Avoid setting breakpoints at other namespaces when using --gdb option
  • Loading branch information
k-okada authored Jan 25, 2023
2 parents bc103da + 2283507 commit 717228d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Run roseus on gdb
```
gdb --args bash roseus foo.l
roseus --gdb foo.l
```


Expand Down
2 changes: 1 addition & 1 deletion roseus/bin/roseus.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case $1 in
shift # past argument
GDB_OPTIONS=/tmp/roseus_gdbinit
cat <<EOF > $GDB_OPTIONS
break error
break -qualified error
commands
where
end
Expand Down

0 comments on commit 717228d

Please sign in to comment.