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

0
1 comment
Avatar
Permanently deleted user

Debugging is available only if the libs have been compiled with the -g
option.

0

Please sign in to leave a comment.