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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesFunction Entry Breakpoints

Pausing execution at the start of a named function without requiring a breakpoint on a specific line.

Distinct from Entry Point Breakpoints: Distinct from Entry Point Breakpoints: targets any named function, not just the binary's main entry point.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Function Entry Breakpoints. Refine with filters or upvote what's useful.

Awesome Function Entry Breakpoints GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Enables pausing at any function entry point without manual line breakpoints.

    TypeScriptmicrosofttypescriptvscode-extension
    عرض على GitHub↗6,047
  • epasveer/seerالصورة الرمزية لـ epasveer

    epasveer/seer

    3,351عرض على GitHub↗

    Seer is a graphical frontend for GDB that provides a visual interface for inspecting variables, managing breakpoints, and stepping through code. It functions as a low-level debugger visualizer with specialized tools for call stack inspection and register visualization. The project distinguishes itself by integrating low-level program analysis directly into the visual experience, featuring a synchronized assembly overlay that maps CPU registers and assembly instructions to source code lines. It also includes memory bug detection capabilities by randomizing the program starting address during t

    Can be configured to halt execution at a specific function or address immediately upon program launch.

    C++cppdebugdebugger
    عرض على GitHub↗3,351
  1. Home
  2. Programming Languages & Runtimes
  3. Program Entry Points
  4. Entry Point Breakpoints
  5. Function Entry Breakpoints