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?

0
Avatar
Permanently deleted user

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...

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?


0
Avatar
Permanently deleted user

I am getting the same error. And i HAVE checked "Generate Debugging Info" in Compiler settings

0
Avatar
Permanently deleted user

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".)

0

请先登录再写评论。