You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
One big advantage of our debugger written in perl, is that it can easily be used to record the steps, and thus allow easy reverse debugging. The only problem is how to make that performant and easy.
business value: not sure, given that I hardly know anybody who is even using the normal debugger.
One big advantage of our debugger written in perl, is that it can easily be used to record the steps, and thus allow easy reverse debugging. The only problem is how to make that performant and easy.
business value: not sure, given that I hardly know anybody who is even using the normal debugger.
See https://morepypy.blogspot.de/2016/07/reverse-debugging-for-python.html for how they do it with replaying a log, ignoring pure functions, big array and hash ops, and io ops.
The text was updated successfully, but these errors were encountered: