Dontbug Debugger Alternatives
Similar projects and alternatives to Dontbug Debugger
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
me
This is a space where I express my thoughts and opinions on mostly technical things (by sidkshatriya)
-
-
-
-
XHProf
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
nixseparatedebuginfod
Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed.
-
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.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Dontbug Debugger discussion
Dontbug Debugger reviews and mentions
-
Bringing Record and Replay debugging everywhere on Linux
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
The primary programming language of Dontbug Debugger is Go.