You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems rich only raise the call graph when an exception triggered, the output is great
can we support print the call graph of this function with rich ? something like
This discussion was converted from issue #2663 on December 02, 2022 09:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
it seems rich only raise the call graph when an exception triggered, the output is great
can we support print the call graph of this function with rich ? something like
I want to get who called, f(x) and the caller's caller (call graph)
and the callgraph could be stored in a variable, I could print it myself
Beta Was this translation helpful? Give feedback.
All reactions