Inactive Tutor answered 12/07/20
Try PyCharm debugger, and step line by line. Place as many breakpoint as you need. Unfortunately it is hard to exactly pin point without looking further, so that's my best guess.
Bear G.
asked 12/07/20I am trying to find out where in the package a print() function is called.
In the console, it reads
***** DATA NOTIF: DELAYED
and I want to know what function or method in the source files of the package is causing that to print.
Is there a way for python to look at the stack or the console logs to find where all the outputs came from, what method caused that line to print?
Inactive Tutor answered 12/07/20
Try PyCharm debugger, and step line by line. Place as many breakpoint as you need. Unfortunately it is hard to exactly pin point without looking further, so that's my best guess.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.