-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange output from "kind = call" #123
Comments
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). |
Same issue, just:
Version:
Example:
|
Tracing only call events with the default action (CallPrinter) will not produce good results as that action needs return/exception events to figure out then to decrease indentation. My suggestion is to use CodePrinter (hunter.trace(kind='call', action=hunter.CodePrinter) |
Thanks for your answer. If it works as expected, then no issue here :) I think OP will have similar conclusion. |
Does anyone know why my output when tracing the function calls of a Python program looks like this?
The text was updated successfully, but these errors were encountered: