awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pry avatar

pry/pry

0
View on GitHub↗
6,832 Stars·607 Forks·Ruby·3 Aufrufepry.github.io↗

Pry

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 restarting the session.

The tool covers a broad surface of developer utilities, including callstack stepping and exception state analysis for debugging. It provides source code browsing and documentation retrieval with syntax highlighting, alongside a pluggable command registry for extending the shell's functionality. Additional capabilities include shell command execution, session history management, and performance benchmarking for evaluated expressions.

Features

  • Debugging Consoles - Implements an interactive console that can be injected into a running program to inspect local state and execute arbitrary code.
  • Interactive REPLs - Implements a programmable read-eval-print loop for executing code snippets and inspecting state in real time.
  • Programmable Shells - Serves as a programmable Ruby shell supporting command macros and plugins for advanced developer workflows.
  • Runtime Variable Inspection - Provides tools for exploring local and instance variable values and scopes during runtime execution.
  • Object Hierarchy Navigation - Moves the session context into different objects or namespaces using directory-like syntax to explore internal state.
  • Code Exploration Tools - Provides a programmable shell for navigating object scopes, browsing source code, and testing snippets without restarting.
  • Command Line Extensions - Implements a pluggable command registry allowing users to define custom commands and extensions for the interactive shell.
  • Interactive Console Injection - Opens an interactive session at a specific point in a running program to inspect current state and bindings.
  • Real-Time Code Evaluation - Executes code fragments immediately to provide instant feedback without restarting the process.
  • Debugging and Inspection Tools - Provides an interactive suite for stepping through code and inspecting exception backtraces in real-time.
  • Runtime Debugging - Provides a toolkit for inspecting and troubleshooting application logic within active processes through an interactive console.
  • Interactive Debug Consoles - Provides an interactive debug console for real-time execution of code snippets and logic testing during active sessions.
  • Live Source Editing - Allows modifying source files in an external editor and automatically reloading changes into the running session.
  • Read-Eval-Print Loops - Implements a programmable read-eval-print loop for executing and testing Ruby code snippets in real-time.
  • Runtime Source Browsers - Displays the implementation of methods with syntax highlighting and line numbers for both high-level and native code.
  • Source Code Viewers - Displays the source code for classes, methods, or objects, including those modified by monkeypatches or native extensions.
  • Callstack Navigation - Provides capabilities to execute code line-by-line and navigate the callstack by moving up, down, or jumping between frames.
  • Binding Navigation - Allows users to move the session context into different objects or namespaces using directory-like syntax to explore internal state.
  • Contextual Binding Navigation - Allows users to move the session context into and out of different objects or bindings to explore internal state.
  • Runtime Introspection - Uses language metadata to retrieve source code, method definitions, and documentation for objects at runtime.
  • Program State Inspection - Implements capabilities for traversing variables and performing dynamic introspection on internal runtime state.
  • Object Member Listing - Displays a formatted list of local variables, instance variables, and available methods in the current context.
  • Exception Backtrace Inspection - Navigates the backtrace of the last raised exception and displays the surrounding source code for error analysis.
  • Exception Context Analysis - Navigates the callstack of raised exceptions to inspect surrounding source code and variable state.
  • Code Documentation Retrieval - Extracts comments from source code or queries documentation indices to retrieve information for specific methods or classes.
  • Startup Timers - Includes utilities to measure and track the total duration of the environment initialization process.
  • Command Registries - Ships a pluggable registry that allows the shell to be extended with new custom commands or external command sets.
  • Framework Inspection Tools - Provides specialized commands to examine framework-specific state, such as application routes and data models, from the console.
  • Inline Expression Debugging - Monitors specific expressions or variables over time to observe how their values change during execution.
  • Documentation Viewers - Retrieves and displays formatted documentation for classes and methods using syntax highlighting for readability.
  • External Editor Integrations - Provides integration that allows launching and positioning source files in a separate external code editor for modification.
  • Hot Code Reloading - Enables updating class and method definitions in the active session by re-evaluating source files without restarting the process.
  • Pattern-Based Method Search - Searches across a namespace for methods that match a specific regular expression or contain specific code patterns.
  • Shell Command Execution - Allows the execution of operating system shell commands and interpolation of runtime expressions directly from the prompt.
  • Third-Party Plugins - Supports loading third-party plugins via command-line flags to extend the core functionality of the shell.
  • Programmatic Plugin Loading - Provides controls to programmatically toggle the loading of plugins and initialization of configuration files during runtime.
  • Operation Benchmarkers - Measures and displays the execution time of specific evaluated expressions to identify performance bottlenecks.
  • IRB Enhancements - Powerful alternative shell for interactive Ruby development.

Star-Verlauf

Star-Verlauf für pry/pryStar-Verlauf für pry/pry

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Pry

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pry.
  • bobthecow/psyshAvatar von bobthecow

    bobthecow/psysh

    9,829Auf GitHub ansehen↗

    PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and application inspector, allowing for the execution of PHP code in real-time to experiment with snippets and inspect live application state. The project is distinguished by its ability to be embedded directly into running PHP applications for live troubleshooting. It provides specialized tools for state manipulation, including the ability to bypass visibility restrictions to inspect private or protected object members and the capacity to reload code without restarting the session.

    PHPcliphppsysh
    Auf GitHub ansehen↗9,829
  • ipython/ipythonAvatar von ipython

    ipython/ipython

    16,718Auf GitHub ansehen↗

    IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical

    Python
    Auf GitHub ansehen↗16,718
  • microsoft/vscode-tips-and-tricksAvatar von microsoft

    microsoft/vscode-tips-and-tricks

    9,086Auf GitHub ansehen↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Auf GitHub ansehen↗9,086
  • jonathanslenders/ptpythonAvatar von jonathanslenders

    jonathanslenders/ptpython

    5,439Auf GitHub ansehen↗

    ptpython is a programmable Python interactive shell and development console. It functions as an enhanced REPL for executing Python code and managing runtime state, featuring support for an asynchronous event loop that allows for top-level await statements. The environment is highly customizable, offering pluggable keybinding schemes and adjustable interface appearances. It provides a programmable interface that can be embedded into other applications to facilitate runtime debugging and live state inspection. The shell includes a suite of developer tools for interactive coding, such as automa

    Python
    Auf GitHub ansehen↗5,439
Alle 30 Alternativen zu Pry anzeigen→

Häufig gestellte Fragen

Was macht pry/pry?

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.

Was sind die Hauptfunktionen von pry/pry?

Die Hauptfunktionen von pry/pry sind: Debugging Consoles, Interactive REPLs, Programmable Shells, Runtime Variable Inspection, Object Hierarchy Navigation, Code Exploration Tools, Command Line Extensions, Interactive Console Injection.

Welche Open-Source-Alternativen gibt es zu pry/pry?

Open-Source-Alternativen zu pry/pry sind unter anderem: bobthecow/psysh — PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and… ipython/ipython — IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It… microsoft/vscode-tips-and-tricks — This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a… jonathanslenders/ptpython — ptpython is a programmable Python interactive shell and development console. It functions as an enhanced REPL for… microsoft/vscode-docs — This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development… adambard/learnxinyminutes-docs — This project is a collection of programming language references and syntax cheat sheets designed for rapid developer…