Status: FixToInclude
Owner:
[hidden email]
Labels: Milestone-1.4 Type-Bug
New issue 5440 by
[hidden email]: Fix isPostmortem
http://code.google.com/p/pharo/issues/detail?id=5440isPostMortem
"return whether we're inspecting a frozen exception without a process
attached"
|selectedContext suspendedContext |
selectedContext := self selectedContext.
suspendedContext := interruptedProcess suspendedContext.
suspendedContext ifNil: [ ^ false ].
(suspendedContext == selectedContext)
ifTrue: [ ^ false ].
^ (suspendedContext findContextSuchThat: [:c | c sender ==
selectedContext]) isNil
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker