Because it is very hard to troubleshoot the ABM code without Inspectors. I'm going to dig into the geomason1.5 source code to find why the Inspectors are not working in geomason1.5. I understand there may be a fix.
Does anyone have any suggestions of where to look and how I might solve the problem of Inspectors not working in MASON?
As a reminder, I'm just trying to get the simple Inspector code to operate:
public Object getSimulationInspectedObject() {
return state;
} // non-volatile
Thanks.