Skip to content

rust-gdbgui error #76383

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

Closed
macalimlim opened this issue Sep 5, 2020 · 1 comment · Fixed by #99194
Closed

rust-gdbgui error #76383

macalimlim opened this issue Sep 5, 2020 · 1 comment · Fixed by #99194
Labels
C-bug Category: This is a bug.

Comments

@macalimlim
Copy link

macalimlim commented Sep 5, 2020

I tried this on the terminal using rust-gdbgui:

$ rust-gdbgui --gdb-args "--pid 12345"

I expected to see this happen: gdbgui on the browser

Instead, this happened: gdbgui: error: unrecognized arguments: --gdb-args

Meta

rustc --version --verbose:

rustc 1.46.0 (04488afe3 2020-08-24)
binary: rustc
commit-hash: 04488afe34512aa4c33566eb16d8c912a3ae04f9
commit-date: 2020-08-24
host: x86_64-unknown-linux-gnu
release: 1.46.0
LLVM version: 10.0

The cause was that the latest gdbgui (v0.14.0.0) has removed --gdb-args option in favor of --gdb-cmd

@macalimlim macalimlim added the C-bug Category: This is a bug. label Sep 5, 2020
@jonas-schievink
Copy link
Contributor

The cause was that the latest gdbgui (v0.14.0.0) has removed --gdb-args option in favor of --gdb-cmd

That sounds like expected breakage then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants