director.addDebugListener(debugController);
// Add this actor to the set of objects being debugged.
debugController.putDebugProfile(_actor, _actorProfile);
director.removeChangeListener(this);
}
/** React to a change request has resulted in an exception.
* This method is called after a change request was executed,
* but during the execution an exception was thrown.