Is there a log file that tracks every statement that is being executed when a program is running?
MRAB
python at mrabarnett.plus.com
Sat Oct 24 19:50:49 EDT 2020
More information about the Python-list mailing list
Sat Oct 24 19:50:49 EDT 2020
- Previous message (by thread): Is there a log file that tracks every statement that is being executed when a program is running?
- Next message (by thread): Is there a log file that tracks every statement that is being executed when a program is running?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2020-10-25 00:21, Steve wrote: > This would seriously help troubleshooting for me. I updated a data file and > now my main program is choking on it. When the program encounters an error, > it dumps a bit of information to the screen for a few steps before the error > but that is not enough. > You could install Visual Studio Code and the extension for Python. That will let you single-step through the code.
- Previous message (by thread): Is there a log file that tracks every statement that is being executed when a program is running?
- Next message (by thread): Is there a log file that tracks every statement that is being executed when a program is running?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list