What are "special variables"?
Answered
Can someone tell me what classifies a variable as "special variables" when looking at the debugger?
In addition, is it possible to have that always open? it currently hides those variables which is a little annoying.
Please sign in to leave a comment.
Hi! Debugger hides variables with dunder names, objects of classes and functions, and util variables in IPython (if Debug console with IPython support was enabled). Yes, you can disable it in the Debug tool window settings (under the gear icon), uncheck the option "Simplified Variables View".