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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCallstack Navigation

Tools for stepping through a program's execution and moving between stack frames during a debugging session.

Distinct from Execution Step Controllers: None of the candidates cover the specific act of navigating the program callstack in a runtime debugger.

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

Awesome Callstack Navigation GitHub Repositories

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

    pry/pry

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

    Pry is a programmable Ruby shell, REPL console, and runtime developer environment. It serves as a debugging toolkit for inspecting object state, navigating bindings, and evaluating code within a running Ruby program. The project differentiates itself through advanced introspection and live iteration capabilities. It allows users to inject an interactive console into a running program at specific points to inspect local state and navigate different object scopes. It further enables live code iteration by integrating with external system editors to modify and reload method definitions without r

    Provides capabilities to execute code line-by-line and navigate the callstack by moving up, down, or jumping between frames.

    Ruby
    GitHub पर देखें↗6,832
  • janestreet/magic-tracejanestreet का अवतार

    janestreet/magic-trace

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

    magic-trace collects and displays high-resolution traces of what a process is doing

    Rebuilds call stacks from sampled data using LBR, DWARF, or frame pointers with different depth and compatibility trade-offs.

    OCamlintelintrospectionperformance-tools
    GitHub पर देखें↗6,108
  1. Home
  2. Programming Languages & Runtimes
  3. Callstack Navigation

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

  • Multi-Backend Callstack ReconstructorsRebuilds call stacks from sampled data using LBR, DWARF, or frame pointers, each with different depth and compatibility trade-offs. **Distinct from Callstack Navigation:** Distinct from Callstack Navigation: reconstructs call stacks from sampled data using multiple hardware/software backends, not just navigating frames during debugging.