Cannot find local variable "s" while debugging with Java

Answered

I am trying to debug some third party library (.jar).

In some place in code I get a message ' Cannot find local variable "s" '.

See screenshot:

0
3 comments

Do you see it in the Variables table?

It could be that the compiler has optimized the code and removed the variable from the bytecode.

0

How to solve ? Any suggestions ?

0

Please sign in to leave a comment.