21 repository-uri
Build-time utilities for generating debug information for native executables.
Distinct from Runtime Debugging: Focuses on build-time generation of debug symbols for native binaries rather than runtime process inspection.
Explore 21 awesome GitHub repositories matching development tools & productivity · Native Debug Symbol Generators. Refine with filters or upvote what's useful.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Generates debug symbols and source caches during the build process for native executable inspection.
oh-my-pi is an agentic workflow automation platform and AI coding agent orchestrator designed for autonomous software engineering. It functions as a multi-model LLM router and an LSP-integrated development environment, coordinating specialized AI agents to perform codebase analysis, automated refactoring, and complex task execution. The system distinguishes itself through the use of subagent coordination to execute parallel tasks within isolated environments and an auto-research framework for iterative experiments. It employs AST-driven structural search for code discovery and content-hash an
Provides a command-line interface to attach to debuggers for stepping through code and inspecting stack frames.
XNU este un kernel de sistem de operare hibrid care combină o arhitectură de microkernel cu un strat monolitic pentru serviciile de sistem. Oferă o fundație pentru dezvoltarea sistemelor de operare, încorporând interfețe standardizate de apeluri de sistem, un framework modular de drivere de dispozitiv și securitate bazată pe controlul accesului obligatoriu. Arhitectura dispune de un microkernel bazat pe Mach și un strat monolitic bazat pe BSD. Utilizează un bus de comunicare inter-proces bazat pe transmiterea de mesaje pentru schimbul securizat de date între componentele izolate ale kernel-ului și procesele din user-space, alături de un framework de drivere orientat pe obiecte care decuplează logica specifică hardware-ului de kernel-ul de bază. Sistemul include un motor de control al accesului obligatoriu pentru aplicarea securității bazate pe politici și un debugger de kernel la distanță pentru inspectarea memoriei live și analizarea panicii sistemului. Capabilitățile suplimentare acoperă programarea multi-procesor, coordonarea resurselor hardware și un sistem de build pentru generarea de imagini bootabile pe diferite arhitecturi. Proiectul oferă instrumente pentru gestionarea build-ului kernel-ului, generarea simbolurilor de depanare și un framework pentru verificarea apelurilor de sistem.
Provides utilities to generate debug information in standard formats for kernel binary analysis.
Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis
Uploads build symbols to a central server to enable accurate profiling and stack trace analysis for remote test builds.
The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act
Configures memory allocation tracking and backtracing by injecting environment variables during application startup.
PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging of firmware for various microcontroller targets. It provides a cross-platform build system that automates the process of transforming source code into binaries and transferring them to hardware via serial protocols. The system uses a plugin-based architecture to extend hardware platform support and incorporates a manifest-driven approach to resolve and install the specific toolchains, frameworks, and libraries required for different board definitions. Capabilities cover the fu
Launches and manages debug server sessions to support native debugging and integration with development tools.
jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti
NVIDIA coordinates simultaneous debugging sessions across a CPU and multiple GPUs or remote x86 and ARM targets.
This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s
Manages build and run jobs to perform interactive debugging sessions within the development environment.
This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in
Hosts a built-in server to manage low-level debugging sessions and IDE integration for device processes.
Raddebugger is a native Windows x64 debugger that also functions as a high-speed PE/COFF linker and a PDB/DWARF debug information converter. It combines these three capabilities into a single development tool aimed at inspecting and controlling native x64 Windows applications, with the ability to attach to multiple processes simultaneously within one session. The debugger is built around a custom binary debug format that converts standard PDB and DWARF symbols into a compact representation for fast loading and minimal memory overhead. It includes a fuzzy symbol search engine for locating func
Debugging native x64 Windows applications with breakpoints, stepping, and state inspection using PDB symbol files.
Veloren is an open-source multiplayer RPG featuring a voxel-based action adventure in a procedurally generated fantasy world. It is built upon a voxel game engine that supports 3D rendering via Vulkan and Metal, utilizing a procedural world generator to create geography and ecosystems based on erosion algorithms and temperature maps. The project is distinguished by a sandboxed plugin system using WebAssembly, which allows for the addition of new game logic and equipment without recompiling the core engine. It also features a dedicated game server architecture designed to synchronize state, ma
Generates builds with detailed native debug symbols to facilitate tracing code execution during system failures.
Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo
Allows game server binaries to run locally while connected to a remote cluster for IDE-integrated breakpoint inspection.
CTFs as you need them
Starts a built-in Flask development server for local debugging and testing without production setup.
Provides a command to start the application with Flask's built-in server for local development and debugging.
The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including IntelliSense-powered code editing, navigation, and debugging capabilities. It enables syntax highlighting, code completion, hover information, and error checking for C and C++ source files, along with features like semantic colorization, symbol search, and call hierarchy exploration. The extension offers comprehensive debugging support for C/C++ programs, including launching debug sessions with breakpoints, stepping through code, and inspecting variables. It supports debugging multi-threa
Customizes and launches debugging sessions for C++ projects with step-through execution.
vscode-recipes este o colecție de modele de configurare și ghiduri pentru configurarea debuggerelor și a mediilor de runtime în VS Code. Oferă șabloane și planuri standardizate pentru a conecta editorul la runtime-uri locale, containerizate sau serverless, pe o varietate de limbaje de programare și framework-uri. Proiectul se concentrează pe coordonarea sesiunilor de depanare simultane între procesele client-side și server-side pentru a urmări logica prin aplicații full-stack. Oferă modele specifice pentru integrarea runtime-urilor de limbaj și orchestrarea configurărilor de dezvoltare multi-limbaj într-o singură instanță de editor. Rețetele acoperă configurarea depanării testelor automate pentru suite unitare, de integrare și end-to-end. Include, de asemenea, configurări pentru depanarea funcțiilor serverless și gestionarea fluxurilor de lucru de dezvoltare pentru diverse limbaje și instrumente.
Orchestrates the lifecycle of Node.js debug servers to allow automatic re-attachment on code changes.
PonyDebugger este o suită de instrumente de debugging specifice iOS care oferă interfețe web pentru inspecția rețelei, navigarea datelor, streaming-ul de log-uri și analiza ierarhiei de view-uri. Permite examinarea de la distanță a unei aplicații iOS care rulează, printr-un browser. Proiectul se integrează cu protocolul Chrome DevTools pentru a aduce capabilități de inspecție și proxying a traficului de rețea în aplicațiile iOS native. De asemenea, oferă o interfață web read-only pentru navigarea obiectelor gestionate și a entităților de date locale stocate pe dispozitiv. Capabilitățile suplimentare includ o consolă de logging la distanță pentru streaming-ul de text și dump-uri de obiecte fără a utiliza breakpoint-uri, precum și un inspector de ierarhie de view-uri pentru examinarea și modificarea arborelui de elemente vizuale în timp real. Aceste funcții sunt susținute de un server gateway care stabilește comunicarea între dispozitivul mobil și browser-ul dezvoltatorului.
Hosts a gateway process that manages the connection between the iOS device and developer tools.
Checks client logs, verifies server processes, and inspects capability exchanges to identify protocol mismatches.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Routes runtime, binary, and native logs directly to the terminal to simplify troubleshooting during development.
Acest proiect este un bridge de runtime poliglot și un framework de interop conceput pentru a executa cod .NET și Node.js în cadrul unui singur proces de sistem de operare. Acesta funcționează ca un motor de execuție cross-runtime și host de scripting in-process, permițând comunicarea bidirecțională și schimbul de date între Common Language Runtime și mediile JavaScript pentru a elimina overhead-ul comunicării cross-process. Framework-ul se distinge prin furnizarea unui sistem pentru callback-uri asincrone bidirecționale și marshalling automat al bufferelor binare și al valorilor serializabile între diferite tipuri de obiecte gestionate. Permite compilarea și execuția fișierelor sursă sau a scripturilor inline din mai multe limbaje în cadrul unei aplicații care rulează, prin utilizarea unui model de compilator comun. Proiectul acoperă o gamă largă de capabilități, inclusiv offloading-ul sarcinilor asincrone către thread-uri de fundal, integrarea logicii externe ca middleware de framework web și execuția SQL asincronă. De asemenea, oferă instrumente de observabilitate pentru maparea excepțiilor cross-runtime și suportă debugging-ul proceselor atât gestionate, cât și native.
Allows connecting an integrated development environment to a running process to step through and inspect native execution.