Basically, the title.
I am trying to trace down where a spurious print happens in a large codebase, and I would like to break, or somehow get a stack trace whenever a print "happens." Any ideas?
|
Basically, the title. I am trying to trace down where a spurious print happens in a large codebase, and I would like to break, or somehow get a stack trace whenever a print "happens." Any ideas? |
|||
|
|
|
For this particular case you can redirect Full example:
Output:
You can also just print |
|||||
|
|
The only thin I can think of would be to replace
|
|||
|
|