Replies: 2 comments
-
You mean in the interactive shell? Note that what you enter in the interactive shell is just normal Python; it's conceptually not the same as the pdb prompt. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could set a custom stringifier to use Another option is to use IPython as your shell, which pretty-prints output by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
there is watch panel, but I miss the
pp
(as in pdb)ps.: I know I could do manually from pprint import pprint; pprint(data)`
Beta Was this translation helpful? Give feedback.
All reactions