Another Debugger for Python was written in Python3 using PySimpleGui and has a window showing your script and some buttons and another window showing variables and their values.
The buttons entirely control ADP, they are accompanied by help buttons.
ADP stores details of the path taken by your script and variables and their values in a SQLITE3 database.
The current release supports LIVE running. A future release will support DEAD running.
In DEAD runs you’ll be able to replay a LIVE run from the database recording, which means that you can start at any point and travel in either direction and the value of the variables will be those that were current at that point of time in the LIVE run.
Imagine your script crashed and you can replay from there backwards, and see how you got there and the values the variables had.
Extra functionality will allow running queries forwards and backwards.
Downloads:
0 This Week
Linux
Mac
Windows