Does anyone else find that they often can't use "E...
# intellij
r
Does anyone else find that they often can't use "Evaluate Expression" in the debugger because doing so often results in
Method threw 'java.lang.NoSuchFieldException' exception.
? I can work around it by appending
_field
to the field it reckons it can't find, to get at the backing field, but it's a bit of a pain in the backside.
3
youtrack 1
1
a