Debug -> Variables: not *all* variables are shown in "All-Variables Mode"
Hello,
Please, see http://img148.imageshack.us/img148/1694/74633572kj6.png
Although "All-Variables Mode" in Debug => Variables panel is turned on - indexedSize isn't displayed there, I need to "Watch" it instead. I've noticed it a couple of time already - when your breakpoint is away from some code portion - it doesn't display all local variables (even if "All-Variables Mode" button is clicked).
6733, WinXP
请先登录再写评论。
Same screenshot after unchecking "All-Variables Mode" button - http://img72.imageshack.us/img72/731/77317239fq4.png
(it's now became "Auto-Variables Mode")
Hmm, just noticed the variable does appear on the second screenshot - is it supposed to work that way ?
In all-variables mode every visible variable is shown, in "auto" mode only those variables that are used "nearby" the execution
point.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Evgeny Goldin" <no_reply@jetbrains.com> wrote in message news:13857369.1173017681725.JavaMail.itn@is.intellij.net...