Currently MessageNotUnderstood errors coming from ProtoObject>>doesNotUnderstand: are not properly handled by GtDoesNotUnderstandDebugAction. That's because the action expects the exception to be stored in a temporary like in Object>>doesNotUnderstand:.
Currently MessageNotUnderstood errors coming from
ProtoObject>>doesNotUnderstand:
are not properly handled byGtDoesNotUnderstandDebugAction
. That's because the action expects the exception to be stored in a temporary like inObject>>doesNotUnderstand:
.