gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect
Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to
Locus is a debugging module for node.js
Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
The main features of sakhnik/nvim-gdb are: Debugging Tools, GDB Enhancements.
Open-source alternatives to sakhnik/nvim-gdb include: cs01/gdbgui — gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language… amitshekhariitbhu/android-debug-database — Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android… andrewferrier/debugprint.nvim — Debugging in NeoVim the print() way! ashishb/adb-enhanced — 🔪Swiss-army knife for Android testing and development 🔪 ⛺. automation-stack/ctrace — Well-formatted and improved trace system calls and signals (when the debugger does not help). alidavut/locus — Locus is a debugging module for node.js.