gdbgui
Code debugger
A web-based interface to visualize and debug code execution in multiple programming languages.
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
10k stars
165 watching
501 forks
Language: TypeScript
last commit: 10 months ago
Linked from 1 awesome list
browsercc-plus-plusdebuggerdebugger-visualizerfrontendgdbgdb-frontendgdbguignu-debuggergolangguipythonreactjsrustwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
sirnewton01/godbg | A web-based graphical interface for debugging Go/C/C++ applications using the gdb debugger | 228 |
wirepair/gcd | An unofficial client library for communicating with the Google Chrome Remote Debugger protocol using Go. | 186 |
cgdb/cgdb | A lightweight console frontend to the GNU debugger | 1,738 |
allada/gdd | Debugs Go programs using Chrome Devtools and an underlying debugger framework | 42 |
comsecuris/gdbghidra | Tool to connect GDB debugger to GHIDRA analysis platform for interactive debugging support | 307 |
mrclean71774/egui_gl_glfw | A backend implementation for EGUI with GL/GLFW support in Rust | 6 |
baristalabs/chrome-dev-tools-generator | Generates a wrapper around the Chrome Debugger Protocol Definition to create a connection and interface for debugging and automation | 79 |
moshebe/gebug | Makes debugging and hot-reloading of Go applications running in Docker containers easier by providing a tool for setting up a fully suited debugging environment. | 635 |
tylerwince/godbg | Provides a debugging macro for Go, similar to Rust's dbg macro | 202 |
comsecuris/gdbida | A tool that connects GDB and IDA Pro for interactive debugging sessions | 180 |
airguanz/imgui-filebrowser | A file browser implementation built on top of dear-imgui for creating an intuitive user interface for navigating and managing files. | 679 |
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,274 |
ocelot-inc/ocelotgui | A GUI client and debugger for interacting with MySQL or MariaDB databases | 62 |
thomaswormald/grpc-browser | A tool that allows developers to visualize and debug gRPC services in their .NET applications. | 25 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 678 |