In Pycharm 2017.3's debugger, when I print a big dictionary for example it is all on one line. I want this dictionary to wrap so I can see more of it. I believe previous versions of PyCharm had this wrapping behaviour. I've looked through the settings and i can only find word wrap for the editor.
1 Answer
For unknown reason or as result of this soft-warp button been removed from PyCharm debugging python console few versions ago. As workaround you need to install ipython. With ipython built-in "pretty printer" you will see something like this:

2 Comments
AzFlin
How to install ipython on pycharm ?
El Ruso
@AllenLin stackoverflow.com/questions/42562734/…
variablessection of debugger. There you only have to click on arrows to expand. pretty printing while debugging on same code screen would distort the current view . May be thats why then remove it?runwindow , just switch debugger window you will see variables sub window in the RHS