Local variables in debugger not available
Hi,
I am debugging an application in IntelliJ and would like to see local variables values of the project and global libraries I use. However, I see the ' Local variables debugging info not available ' message in the Threads tab while debugging. I can access the member varibles of different classes.
Any clue?
Thanks.
Amar
Please sign in to leave a comment.
Debugging is available only if the libs have been compiled with the -g
option.