Skip to content

Look into DAP support. #80

@epasveer

Description

@epasveer

From a Reddit user:

I think a rewrite of this project using the DAP (Debug Adapter Protocol) as the interface between the GUI and the debugger could be industry changing.

The DAP is pretty meh at the moment since it was designed with the needs of web debugging in mind and not native debugging. Thus much that you'd expect from gdb/lldb based debuggers is missing (e.g. the command interpreter support) and the maintainers aren't interested in feature requests without example implementations.

Taking this exact project and gutting the MI components and using only the DAP and then extending the DAP protocol to support the features missing here could make this the de facto industry standard debugging experience beyond even gdb/c++.

Also, where's the strong Linux coupling? Qt + gdb-mi are both platform agnostic.

https://www.reddit.com/r/cpp/comments/wjoi6b/seer_a_new_gui_frontend_to_gdbmi_updated_v18/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions