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
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
-
I have a bit of an unusual requirement: I’m implementing a runtime debugger for JAX computations — based around pulling state out of pure functions.
when a user desires, they can store state into a recording — and I’m also storing the current stack frame.
At the end of the day, I get a big list of these frames — and I’d really like to pretty print them.
Is it possible to use rich to pretty print individual stack frames?
Edit: I’ve found several discussions where people have asked for this functionality. Seemingly, people keep hacking up workarounds.
Given that, I may convert this to a feature request.
Beta Was this translation helpful? Give feedback.
All reactions