What are "special variables"?
已回答
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.
请先登录再写评论。
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".