Dontbug Debugger

By sidkshatriya

Dontbug Debugger Alternatives

Similar projects and alternatives to Dontbug Debugger

  1. rr

    Record and Replay Framework

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. me

    This is a space where I express my thoughts and opinions on mostly technical things (by sidkshatriya)

  4. PHP Console

    PHP Debug Console (by Seldaek)

  5. xDebug

    Xdebug — Step Debugger and Debugging Aid for PHP

  6. XHProf

    XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

  7. Kint

    Kint - Advanced PHP dumper

  8. PHPBench

    PHP Benchmarking framework

  9. rr.soft

    Run the rr debugger in a Linux VM on apple silicon macOS or in the cloud. Use the rr debugger without HW performance counters on x86-64 and aarch64. Tutorial Link 👇

  10. APM

    PHP APM (Alternative PHP Monitor)

  11. Dephpugger

    Php Debugger to run in terminal to debug your code easily.

  12. nixseparatedebuginfod

    Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed.

  13. Barbushin PHP Console

    Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Dontbug Debugger alternative or higher similarity.

Dontbug Debugger discussion

Log in or Post with

Dontbug Debugger reviews and mentions

Posts with mentions or reviews of Dontbug Debugger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-26.
  • Bringing Record and Replay debugging everywhere on Linux
    6 projects | news.ycombinator.com | 26 Mar 2025
    rr has always worked with Python in the sense that it can record and replay Python programs.

    However, when you try to debug the program you can only debug the C code the Python interpreter is written in.

    I suppose you want to be able to debug the Python code itself. Here is something that could do this https://pypy.org/posts/2016/07/reverse-debugging-for-python-... . I don't think the project is active nowadays though. Also I haven't used it so can't say whether it is good or not.

    It should be possible to built a Python reverse debugger on top of rr. I know this should be possible because I built something for PHP https://github.com/sidkshatriya/dontbug .

    There are other fancy (and possibly better) things that are possible -- instead of building a Python debugger atop rr you can record the full trace of the Python program in one go e.g. record the values of important variables at each executed line of the Python program. This is an area which I've done some work internally but nothing public released yet :-) !

Stats

Basic Dontbug Debugger repo stats
1
713
0.0
-

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?