awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to deivid-rodriguez/byebug

Projects sharing features with Byebug

30 open-source projects similar to deivid-rodriguez/byebug, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • django-commons/django-debug-toolbardjango-commons avatar

    django-commons/django-debug-toolbar

    8,373View on GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    View on GitHub↗8,373
  • deivid-rodriguez/pry-byebugdeivid-rodriguez avatar

    deivid-rodriguez/pry-byebug

    2,030View on GitHub↗

    Step-by-step debugging and stack navigation in Pry

    Ruby
    View on GitHub↗2,030
  • rweng/pry-railsrweng avatar

    rweng/pry-rails

    1,361View on GitHub↗

    Rails >= 3 pry initializer

    Ruby
    View on GitHub↗1,361
  • rails/springrails avatar

    rails/spring

    2,816View on GitHub↗

    Rails application preloader

    Ruby
    View on GitHub↗2,816
  • pluginaweek/state_machinepluginaweek avatar

    pluginaweek/state_machine

    3,722View on GitHub↗

    This project is a Ruby library for defining and managing object lifecycles through states, events, and transition rules. It functions as a declarative workflow engine that enforces business logic by restricting attribute changes to predefined, valid paths within Ruby classes. The library distinguishes itself through deep integration with database persistence layers, allowing it to automatically synchronize state changes with data models, validation frameworks, and transaction management. It supports dynamic configuration, enabling the construction of lifecycle rules at runtime from external d

    Ruby
    View on GitHub↗3,722

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • automation-stack/ctraceautomation-stack avatar

    automation-stack/ctrace

    121View on GitHub↗

    Well-formatted and improved trace system calls and signals (when the debugger does not help)

    JavaScript
    View on GitHub↗121
  • ashishb/adb-enhancedashishb avatar

    ashishb/adb-enhanced

    1,380View on GitHub↗

    🔪Swiss-army knife for Android testing and development 🔪 ⛺

    Python
    View on GitHub↗1,380
  • alidavut/locusalidavut avatar

    alidavut/locus

    306View on GitHub↗

    Locus is a debugging module for node.js

    JavaScriptdebuggerjavascriptlocus
    View on GitHub↗306
  • benfred/py-spybenfred avatar

    benfred/py-spy

    15,272View on GitHub↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Rustperformance-analysisprofilerprofiling
    View on GitHub↗15,272
  • bear-metal/tunemygcB

    bear-metal/tunemygc

    0View on GitHub↗
    View on GitHub↗0
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    View on GitHub↗4,285
  • brentd/xray-railsbrentd avatar

    brentd/xray-rails

    1,217View on GitHub↗

    ☠️ A development tool that reveals your UI's bones

    Ruby
    View on GitHub↗1,217
  • bstillitano/scytherbstillitano avatar

    bstillitano/Scyther

    115View on GitHub↗

    Just like scyther, this menu helps you cut through bugs in your iOS app.

    Swift
    View on GitHub↗115
  • bterwijn/memory_graphbterwijn avatar

    bterwijn/memory_graph

    705View on GitHub↗
    Pythonpython3-data-visualization-debugging-education
    View on GitHub↗705
  • andrewferrier/debugprint.nvimandrewferrier avatar

    andrewferrier/debugprint.nvim

    523View on GitHub↗

    Debugging in NeoVim the print() way!

    Lua
    View on GitHub↗523
  • chrisgrieser/nvim-chainsawchrisgrieser avatar

    chrisgrieser/nvim-chainsaw

    137View on GitHub↗

    Smart and highly customizable insertion of various kinds of log statements.

    Lua
    View on GitHub↗137
  • celluloid/timersC

    celluloid/timers

    0View on GitHub↗
    View on GitHub↗0
  • barryvdh/laravel-debugbarbarryvdh avatar

    barryvdh/laravel-debugbar

    19,242View on GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    View on GitHub↗19,242
  • coderyi/networkeyecoderyi avatar

    coderyi/NetworkEye

    1,403View on GitHub↗

    a iOS network debug library, monitor HTTP requests

    Objective-C
    View on GitHub↗1,403
  • colszowka/simplecovcolszowka avatar

    colszowka/simplecov

    4,902View on GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    View on GitHub↗4,902
  • cool-rr/pysnoopercool-RR avatar

    cool-RR/PySnooper

    16,604View on GitHub↗

    PySnooper is a diagnostic library for Python that tracks variable values and execution flow to provide a detailed history of program state. By applying decorators to functions, generators, or classes, it logs line-by-line execution and state changes without requiring manual print statements. The tool distinguishes itself through its ability to monitor nested function calls and concurrent operations in multi-threaded applications. It captures execution context by accessing the current stack frame, allowing for the inspection of local variables and the evaluation of arbitrary expressions during

    Pythondebugdebuggerintrospection
    View on GitHub↗16,604
  • cs01/gdbguics01 avatar

    cs01/gdbgui

    10,338View on GitHub↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    TypeScriptbrowsercc-plus-plus
    View on GitHub↗10,338
  • dbukowski/dbdebugtoolkitdbukowski avatar

    dbukowski/DBDebugToolkit

    1,282View on GitHub↗

    Set of easy to use debugging tools for iOS developers & QA engineers.

    Objective-C
    View on GitHub↗1,282
  • debugswift/debugswiftDebugSwift avatar

    DebugSwift/DebugSwift

    2,321View on GitHub↗
    Swiftanalysisanalyticscocoapods
    View on GitHub↗2,321
  • carcuis/dap-breakpoints.nvimCarcuis avatar

    Carcuis/dap-breakpoints.nvim

    20View on GitHub↗

    A Lua plugin for Neovim that helps manage breakpoints (including exception filters), create advanced breakpoints using vim.ui.input, and display breakpoint properties as virtual text with nvim-dap

    Lua
    View on GitHub↗20
  • didi/doraemonkitdidi avatar

    didi/DoraemonKit

    20,420View on GitHub↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Java
    View on GitHub↗20,420
  • capistrano/chrubyC

    capistrano/chruby

    0View on GitHub↗
    View on GitHub↗0
  • elabs/punditelabs avatar

    elabs/pundit

    8,509View on GitHub↗

    Pundit is a Ruby authorization framework that implements policy-based access control. It maps domain models to dedicated logic classes that determine whether a user is permitted to perform specific actions on data objects. The framework utilizes plain Ruby objects to decouple authorization logic from the model. It includes mechanisms for data query scoping to filter record collections based on user permissions, as well as attribute-level permission control to restrict which specific model fields a user can modify. The system provides tools for authorization coverage verification to ensure se

    Ruby
    View on GitHub↗8,509
  • elabs/refileE

    elabs/refile

    0View on GitHub↗
    View on GitHub↗0
  • balvig/spykebalvig avatar

    balvig/spyke

    904View on GitHub↗

    Interact with REST services in an ActiveRecord-like manner

    Ruby
    View on GitHub↗904