M2: Debugger variables still not displayed ("All-Variables Mode")
See the image attached - even in "All-Variables Mode" my "Variables" tab in debugger is absolutely clean. Am I the only one having "Variables" lost from time to time ?
WinXP SP2, jdk1.6.0_01
Attachment(s):
1.png
Please sign in to leave a comment.
Hmm .. Anybody ?..
no problem here. did you try to use a plugin-free clean install?
Message was edited by:
HamsterofDeath
Your variables don't exist yet at this point in time. Step some statements further and you'll see what you want. The 'All-Variables Mode' prevents variables from vanishing after they're not used anymore, it doesn't show variables which will be created in the future.
they do. the debugger is in the blue line, not at the break point
>> it doesn't show variables which will be created in the future
Hey, that would be nice :)
Well, I have only CopyFQN and GoogleSearch plugins installed. On contrary, after installing IDEA I always remove the following plugins from IDEA/plugins (where IDEA itself is installed):
rmdir /s /q "%IDEA%\eclipse"
rmdir /s /q "%IDEA%\commander"
rmdir /s /q "%IDEA%\cvsIntegration"
rmdir /s /q "%IDEA%\devkit"
rmdir /s /q "%IDEA%\Geronimo"
rmdir /s /q "%IDEA%\Glassfish"
rmdir /s /q "%IDEA%\images"
rmdir /s /q "%IDEA%\j2meplugin"
rmdir /s /q "%IDEA%\jetConnect"
rmdir /s /q "%IDEA%\PerforceIntegration"
rmdir /s /q "%IDEA%\starteamIntegration"
rmdir /s /q "%IDEA%\StrutsAssistant"
rmdir /s /q "%IDEA%\svn4idea"
rmdir /s /q "%IDEA%\uiDesigner"
rmdir /s /q "%IDEA%\vssIntegration"
rmdir /s /q "%IDEA%\weblogicIntegration"
rmdir /s /q "%IDEA%\webSphereIntegration"
rmdir /s /q "%IDEA%\zkm"
rmdir /s /q "%IDEA%\testng"
rmdir /s /q "%IDEA%\GWTStudio"
rmdir /s /q "%IDEA%\JBoss"
rmdir /s /q "%IDEA%\tomcat"
rmdir /s /q "%IDEA%\ideTalk"
Can it has an impact on my problem ? Also, the variables seem to be gone rather randomly, it doesn't happen all the time, just sometimes ..
i can only guess why it isn't working. are there any exceptions (red circle in the lower right) when the variables do not show up? if yes, the stacktrace often hints at the cause
No, not really, I always report them to JetBrains right away ..