In the debug perspective there is the option to view the variables, I think it’s being displayed on the right hand in your image, this is not available from the debug window (where it states local variables unavailable).
Hi there,
Confronted with another issue I had to take different approaches to resolve them. I managed to work around the other issue by removing some app store modules which caused library conflicts.
I am not sure what exactly caused this phenomenon, since this is my code and not a library, but when I was able to start the project up again and continue my work on this Java Action I successfully was able to debug and inspect the variables.
I assume the issue was due to a version conflict of some sort.
Thanks for your help
Tobias
Hi,
If other people arrived here like me after several hours of incomprehension. I found a more recent post (https://forum.mendix.com/link/space/java-actions/questions/122861) after several hours of research, if ever it can be useful. It seems that the variable data is only visible in the current scope, I have verified this is the case. You have to "step into" to get it.