ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
794 stars 46 forks source link

Strange output from "kind = call" #123

Open johnammon75 opened 3 weeks ago

johnammon75 commented 3 weeks ago

Does anyone know why my output when tracing the function calls of a Python program looks like this?

image

ionelmc commented 3 weeks ago

Huh, that's quite the indentation over there. Can you help me with a reproducer, or at least give me some details (how you started the tracer, what options).