How can I view the member variable while debugging
When I using JCOP-debug mode in eclipse, I want to view the variable in the Variable window. I can see the "this" instance in the window. But when I click the "+" beside "this" to view the member variables of the instance. Debug process is terminated, following lines displayed in console window:
ASSERTION FAILED: Object header element PAK must be odd!
Expression: (o->pak&1)==1
File: simulation.c
Line: 393
What can I do then?

