Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccouzens/chrome-inspector-gdb
- Owner: ccouzens
- License: mit
- Created: 2024-05-18T22:47:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T21:51:07.000Z (6 months ago)
- Last Synced: 2024-05-19T23:34:16.813Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).