-
Notifications
You must be signed in to change notification settings - Fork 509
--args does not function as expected #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like
Recommend updating the usage text to show quotes around |
Good stuff, thanks! Apologies for the inconvenience. PRs welcome if you feel up to it. |
PR #198 submitted |
cs01
pushed a commit
that referenced
this issue
May 28, 2018
cs01
pushed a commit
that referenced
this issue
Jul 14, 2020
cs01
pushed a commit
that referenced
this issue
Jul 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When running
gdbgui --args ....
one would expect to be able to paste the program arguments following the--args
option, as with gdb. However it appears that gdbgui attempts to interpret options following--args
as options to gdbgui itself instead of the inferior to debug, contrary to the text ingdbgui --help
.Steps to replicate
Environment
gdbgui -v
): 0.11.3.1gdb -v
): GNU gdb (GDB) 7.8.1pip freeze
):The text was updated successfully, but these errors were encountered: