I've been debugging some code and dropping into some libraries. While I have the source code, when I mouse over local variables, I get the message:
Variable information is not available, source compiled without -g option. Now apparently, -g has several options: source, lines, and vars. The code I'm stepping into has been compiled with -g:source,lines but not vars. I'm trying to find out from the creators how to create a local distribution with all of the debug information so I can debug it, but others suggest that they are not encountering the problem. But they're using IDEAs IDE, not NetBeans. Are they simply mistaken? Is this a limitation of NB vs IDEA? I don't know how IDEA can be getting this information, but maybe something has changed over te