Skip to content

FR: use Debugger console for GDB comands (or at least allow them there) #163

@GitMensch

Description

@GitMensch

currently everything in the debugger console seems to be handled as an expression to evaluate - but that's already possible using the watch pane in the debugger; other extensions therefore allow you to execute real GDB commands (so you can still "print" but also load python debug extensions, asking for inferior details, ...)

Please make a breaking change (with likely not too much people being effecting, telling them they can use the watch pane) to keep the debug console to allow the developer to directly operate with the debugger (that's what it is for).
If you feel this isn't possible then add something like "if the first word is 'gdb' (or '-exec') then we send anything afterwards top gdb)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions