awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • can1357/oh-my-piالصورة الرمزية لـ can1357

    can1357/oh-my-pi

    12,763عرض على GitHub↗

    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-samplesالصورة الرمزية لـ android

    android/ndk-samples

    10,513عرض على GitHub↗

    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-coreالصورة الرمزية لـ platformio

    platformio/platformio-core

    9,299عرض على GitHub↗

    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-inferenceالصورة الرمزية لـ dusty-nv

    dusty-nv/jetson-inference

    8,734عرض على GitHub↗

    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/connectedhomeipالصورة الرمزية لـ project-chip

    project-chip/connectedhomeip

    8,586عرض على GitHub↗

    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/lamdaالصورة الرمزية لـ firerpa

    firerpa/lamda

    7,834عرض على GitHub↗

    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/raddebuggerالصورة الرمزية لـ EpicGamesExt

    EpicGamesExt/raddebugger

    7,138عرض على GitHub↗

    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/agonesالصورة الرمزية لـ agones-dev

    agones-dev/agones

    6,888عرض على GitHub↗

    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/ctfdالصورة الرمزية لـ isislab

    isislab/CTFd

    6,706عرض على GitHub↗

    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/ctfdالصورة الرمزية لـ CTFd

    CTFd/CTFd

    6,523عرض على GitHub↗

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

    Pythonctfctfdeducation
    عرض على GitHub↗6,523
  • microsoft/vscode-cpptoolsالصورة الرمزية لـ microsoft

    microsoft/vscode-cpptools

    6,047عرض على GitHub↗

    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-recipesالصورة الرمزية لـ microsoft

    microsoft/vscode-recipes

    5,959عرض على GitHub↗

    vscode-recipes هي مجموعة من أنماط التكوين والأدلة لإعداد مصححات الأخطاء وبيئات وقت التشغيل داخل VS Code. توفر قوالب ومخططات موحدة لربط المحرر ببيئات التشغيل المحلية أو الحاوية أو بدون خادم عبر مجموعة متنوعة من لغات البرمجة وأطر العمل. يركز المشروع على تنسيق جلسات تصحيح الأخطاء المتزامنة عبر عمليات جانب العميل وجانب الخادم لتتبع المنطق عبر تطبيقات المكدس الكامل. ويقدم أنماطاً محددة لدمج بيئات تشغيل اللغات وتنسيق إعدادات التطوير متعددة اللغات داخل مثيل محرر واحد. تغطي الوصفات تكوين تصحيح أخطاء الاختبار الآلي للوحدات، والتكامل، والأجنحة المتكاملة. كما تتضمن إعدادات لتصحيح أخطاء الدوال بدون خادم وإدارة سير عمل التطوير للغات وأدوات متنوعة.

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

    JavaScript
    عرض على GitHub↗5,959
  • square/ponydebuggerالصورة الرمزية لـ square

    square/PonyDebugger

    5,854عرض على GitHub↗

    PonyDebugger عبارة عن مجموعة من أدوات التصحيح الخاصة بـ iOS التي توفر واجهات قائمة على الويب لفحص الشبكة، وتصفح البيانات، وبث السجلات، وتحليل تسلسل هرمي للعرض. تمكن من الفحص عن بُعد لتطبيق iOS قيد التشغيل من خلال متصفح. يتكامل المشروع مع بروتوكول Chrome DevTools لجلب إمكانات فحص حركة مرور الشبكة والوكيل (proxying) إلى تطبيقات iOS الأصلية. كما يوفر واجهة ويب للقراءة فقط لتصفح الكائنات المدارة وكيانات البيانات المحلية المخزنة على الجهاز. تشمل الإمكانات الإضافية وحدة تحكم سجل عن بُعد لبث النصوص وتفريغ الكائنات دون استخدام نقاط التوقف (breakpoints)، ومفتش تسلسل هرمي للعرض لفحص وتعديل شجرة العناصر المرئية في الوقت الفعلي. يتم دعم هذه الوظائف بواسطة خادم بوابة ينشئ اتصالاً بين الجهاز المحمول ومتصفح المطور.

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

    Objective-C
    عرض على GitHub↗5,854
  • mrexodia/ida-pro-mcpالصورة الرمزية لـ mrexodia

    mrexodia/ida-pro-mcp

    5,620عرض على GitHub↗

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

    Pythonaiaiagentbinary-analysis
    عرض على GitHub↗5,620
  • blackboardsh/electrobunالصورة الرمزية لـ blackboardsh

    blackboardsh/electrobun

    5,534عرض على GitHub↗

    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/edgeالصورة الرمزية لـ tjanczuk

    tjanczuk/edge

    5,439عرض على GitHub↗

    هذا المشروع عبارة عن جسر وقت تشغيل متعدد اللغات وإطار عمل تداخل مصمم لتنفيذ كود .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.