Local variables debug info unavailable
I had set up the Intellij for remote debugging. But somehow today its is giving me the error that "Local variables debug info unavailable". I've not changed any settings. Can somebody give me some direction what should I look for?
Please sign in to leave a comment.
Did you compile with debug info set to true/on?
"Pradeep" <no_mail@jetbrains.com> wrote in message
news:10530067.1092345364228.JavaMail.itn@is.intellij.net...
giving me the error that "Local variables debug info unavailable". I've not
changed any settings. Can somebody give me some direction what should I look
for?
I am getting the same error. And i HAVE checked "Generate Debugging Info" in Compiler settings
I occasionally will see that if I've done a Ant build in the same workspace as that being used by IDEA. (In my environment, the Ant builds have a debuglevel of "source,lines", while the IDEA build (assuming "Generate Debugging Info" is checked under the compiler settings) seems to be equivalent to "source,lines,vars".)