private ArrayList<DebugEventListener> eventListeners = new ArrayList<DebugEventListener>();
protected boolean active = false;
public TODSessionImpl() {
jvmHandler = new DefaultJVMHandler(this);
todHandler.setTODSession(this);
actionHandler.setTODSession(this);
jvmHandler.setTODSession(this);
threadTracker.setTODSession(this);
executionTracker.setTODSession(this);