Eclipse Debuggin No local variables unavailable

0
I can't debug Java applications anymore. No locale variables are visible anymore. This is written in parentheses in the corresponding thread. Has anyone had this problem before? With other Mendix applications I don't have this problem, with the same settings.
asked
1 answers
0

Hi, after several hours of research I came across this post (https://forum.mendix.com/link/space/java-actions/questions/122861), if it can ever be useful. It seems that the variable data is only visible in the current scope. I checked this is the case. You have to "step into" to get it.

answered