Skip to content

rust-gdbgui error #76383

Closed
Closed
@macalimlim

Description

@macalimlim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions