awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/vscode-cpptoolsmicrosoft 的头像

    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/seerepasveer 的头像

    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