ADP
ADP is a bare-bones Python Debugger
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...