awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 रिपॉजिटरी

Awesome GitHub RepositoriesNative Debugging Sessions

Command-line interfaces for inspecting and troubleshooting native code within running application processes.

Distinct from Native Debug Symbol Generators: Distinct from debug symbol generators: focuses on the runtime inspection session rather than build-time symbol generation.

Explore 16 awesome GitHub repositories matching development tools & productivity · Native Debugging Sessions. Refine with filters or upvote what's useful.

Awesome Native Debugging Sessions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • can1357/oh-my-pican1357 का अवतार

    can1357/oh-my-pi

    12,763GitHub पर देखें↗

    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.

    TypeScriptai-agentai-coding-agentanthropic
    GitHub पर देखें↗12,763
  • android/ndk-samplesandroid का अवतार

    android/ndk-samples

    10,513GitHub पर देखें↗

    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.

    C++
    GitHub पर देखें↗10,513
  • platformio/platformio-coreplatformio का अवतार

    platformio/platformio-core

    9,299GitHub पर देखें↗

    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.

    Python
    GitHub पर देखें↗9,299
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    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.

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734
  • project-chip/connectedhomeipproject-chip का अवतार

    project-chip/connectedhomeip

    8,586GitHub पर देखें↗

    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.

    C++build-with-matterchipconnected-devices
    GitHub पर देखें↗8,586
  • firerpa/lamdafirerpa का अवतार

    firerpa/lamda

    7,834GitHub पर देखें↗

    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.

    Pythonadbagentsai
    GitHub पर देखें↗7,834
  • epicgamesext/raddebuggerEpicGamesExt का अवतार

    EpicGamesExt/raddebugger

    7,138GitHub पर देखें↗

    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.

    C
    GitHub पर देखें↗7,138
  • agones-dev/agonesagones-dev का अवतार

    agones-dev/agones

    6,888GitHub पर देखें↗

    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.

    Goagonesdedicated-game-serversdedicated-gameservers
    GitHub पर देखें↗6,888
  • isislab/ctfdisislab का अवतार

    isislab/CTFd

    6,706GitHub पर देखें↗

    CTFs as you need them

    Starts a built-in Flask development server for local debugging and testing without production setup.

    Python
    GitHub पर देखें↗6,706
  • ctfd/ctfdCTFd का अवतार

    CTFd/CTFd

    6,523GitHub पर देखें↗

    Provides a command to start the application with Flask's built-in server for local development and debugging.

    Pythonctfctfdeducation
    GitHub पर देखें↗6,523
  • microsoft/vscode-cpptoolsmicrosoft का अवतार

    microsoft/vscode-cpptools

    6,047GitHub पर देखें↗

    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.

    TypeScriptmicrosofttypescriptvscode-extension
    GitHub पर देखें↗6,047
  • microsoft/vscode-recipesmicrosoft का अवतार

    microsoft/vscode-recipes

    5,959GitHub पर देखें↗

    vscode-recipes is a collection of configuration patterns and guides for setting up debuggers and runtime environments within VS Code. It provides standardized templates and blueprints to connect the editor to local, containerized, or serverless runtimes across a variety of programming languages and frameworks. The project focuses on coordinating simultaneous debugging sessions across client-side and server-side processes to trace logic through full-stack applications. It offers specific patterns for integrating language runtimes and orchestrating multi-language development setups within a sin

    Orchestrates the lifecycle of Node.js debug servers to allow automatic re-attachment on code changes.

    JavaScript
    GitHub पर देखें↗5,959
  • square/ponydebuggersquare का अवतार

    square/PonyDebugger

    5,854GitHub पर देखें↗

    PonyDebugger iOS-विशिष्ट डिबगिंग टूल का एक सूट है जो नेटवर्क इंस्पेक्शन, डेटा ब्राउज़िंग, लॉग स्ट्रीमिंग और व्यू पदानुक्रम विश्लेषण के लिए वेब-आधारित इंटरफ़ेस प्रदान करता है। यह ब्राउज़र के माध्यम से चल रहे iOS एप्लिकेशन की रिमोट जांच को सक्षम बनाता है। यह प्रोजेक्ट नेटिव iOS एप्लिकेशन में नेटवर्क ट्रैफ़िक इंस्पेक्शन और प्रॉक्सीिंग क्षमताएं लाने के लिए Chrome DevTools प्रोटोकॉल के साथ इंटीग्रेट होता है। यह डिवाइस पर संग्रहीत मैनेज्ड ऑब्जेक्ट्स और स्थानीय डेटा एंटिटीज़ को ब्राउज़ करने के लिए एक रीड-ओनली वेब इंटरफ़ेस भी प्रदान करता है। अतिरिक्त क्षमताओं में ब्रेकपॉइंट्स का उपयोग किए बिना टेक्स्ट और ऑब्जेक्ट डंप को स्ट्रीम करने के लिए एक रिमोट लॉगिंग कंसोल और रीयल-टाइम में विज़ुअल एलिमेंट ट्री की जांच और संशोधन करने के लिए एक व्यू पदानुक्रम इंस्पेक्टर शामिल है। ये फ़ंक्शन एक गेटवे सर्वर द्वारा समर्थित हैं जो मोबाइल डिवाइस और डेवलपर के ब्राउज़र के बीच संचार स्थापित करता है।

    Hosts a gateway process that manages the connection between the iOS device and developer tools.

    Objective-C
    GitHub पर देखें↗5,854
  • mrexodia/ida-pro-mcpmrexodia का अवतार

    mrexodia/ida-pro-mcp

    5,620GitHub पर देखें↗

    Checks client logs, verifies server processes, and inspects capability exchanges to identify protocol mismatches.

    Pythonaiaiagentbinary-analysis
    GitHub पर देखें↗5,620
  • blackboardsh/electrobunblackboardsh का अवतार

    blackboardsh/electrobun

    5,534GitHub पर देखें↗

    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.

    C++
    GitHub पर देखें↗5,534
  • tjanczuk/edgetjanczuk का अवतार

    tjanczuk/edge

    5,439GitHub पर देखें↗

    यह प्रोजेक्ट एक पॉलीग्लॉट रनटाइम ब्रिज और इंटरऑप फ्रेमवर्क है जिसे एक ही ऑपरेटिंग सिस्टम प्रोसेस के भीतर .NET और Node.js कोड को निष्पादित करने के लिए डिज़ाइन किया गया है। यह एक क्रॉस-रनटाइम निष्पादन इंजन और इन-प्रोसेस स्क्रिप्टिंग होस्ट के रूप में कार्य करता है, जो क्रॉस-प्रोसेस संचार ओवरहेड को खत्म करने के लिए Common Language Runtime और JavaScript वातावरण के बीच द्वि-दिशात्मक संचार और डेटा एक्सचेंज को सक्षम बनाता है। यह फ्रेमवर्क द्वि-दिशात्मक एसिंक्रोनस कॉलबैक्स और विभिन्न प्रबंधित ऑब्जेक्ट टाइप्स के बीच बाइनरी बफर्स व सीरियलाइज़ेबल मानों के स्वचालित डेटा मार्शलिंग के लिए एक सिस्टम प्रदान करके खुद को अलग करता है। यह एक सामान्य कंपाइलर मॉडल का लाभ उठाकर एक चल रहे एप्लिकेशन के भीतर कई भाषाओं से सोर्स फाइल्स या इनलाइन स्क्रिप्ट्स के संकलन और निष्पादन की अनुमति देता है। यह प्रोजेक्ट बैकग्राउंड थ्रेड्स में एसिंक्रोनस टास्क ऑफलोडिंग, वेब फ्रेमवर्क मिडलवेयर के रूप में बाहरी लॉजिक का एकीकरण और एसिंक्रोनस SQL निष्पादन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह क्रॉस-रनटाइम एक्सेप्शन मैपिंग के लिए ऑब्जर्वेबिलिटी टूल्स भी प्रदान करता है और प्रबंधित व नेटिव प्रोसेस डिबगिंग दोनों का समर्थन करता है।

    Allows connecting an integrated development environment to a running process to step through and inspect native execution.

    C++
    GitHub पर देखें↗5,439
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Debugging and Inspection Tools
  6. Debugging and Inspection Tools
  7. Runtime Debugging
  8. Native Debug Symbol Generators
  9. Native Debugging Sessions

सब-टैग एक्सप्लोर करें

  • Debug Server Orchestration2 सब-टैग्सManagement of debug server lifecycles and sessions to facilitate native debugging and IDE integration. **Distinct from Native Debugging Sessions:** Focuses on the management and launching of the debug server rather than the inspection session itself.
  • Multi-Device Debugging SessionsCoordinated debugging across heterogeneous hardware targets including CPUs and multiple GPUs. **Distinct from Native Debugging Sessions:** Specifically handles synchronization across different hardware architectures (x86, ARM, GPU) rather than just native code in a single process.
  • Native Debugging SessionsCustomizes debug configurations and starts debugging sessions to step through C++ project code. **Distinct from Native Debugging Sessions:** Distinct from Native Debugging Sessions: focuses on project-level debug configuration, not command-line interfaces.