Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccouzens/chrome-inspector-gdb

A frontend for gdb that connects it to Chrome's dev tools
https://github.com/ccouzens/chrome-inspector-gdb

Last synced: 17 days ago
JSON representation

A frontend for gdb that connects it to Chrome's dev tools

Awesome Lists containing this project

README

        

# chrome-inspector-gdb

A frontend for [GDB](https://www.sourceware.org/gdb/) that connects it to
Chrome's dev tools.

It will be built with the
[GDB/MI Interface](https://sourceware.org/gdb/current/onlinedocs/gdb.html/GDB_002fMI.html)
and
[Chrome's DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).

If time and interest allow, it will be extened with
[Firefox's Remote Debugging Protocol](https://firefox-source-docs.mozilla.org/devtools/backend/protocol.html#remote-debugging-protocol)
and support for [LLDB](https://lldb.llvm.org/).