In PyCharm, there is a way to enable soft-wrap in Python Console:
I also found the relevant SO questions for this:
However, I couldn't find any way to enable soft-wrap for the Debugger Window e.g. currently, to view/check the value of file_path
variable, I have to scroll:
This is a sample example, so there is only one variable. However, in the actual code, there can be numerous variables, and having a soft-wrap would be much better as well as quite helpful!
So, how can I enable soft-wrap for the variables in the debugger window so that I don't have to scroll horizontally to check the complete value of the variable(s)?