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:

Please sign in to leave a comment.
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.
How to solve ? Any suggestions ?
Otavio Sanches Please provide a reproducible test case: https://uploads.jetbrains.com.