2 रिपॉजिटरी
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.
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.
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.