Hello,
Instances of DebugSession have an "interruptedContext" and an
"interruptedProcess" instance variable.
Instances of Process have a "suspendedContext" instance
variable.
Does someone know if there is a relation between the
interruptedContext of a DebugSession and the suspendedContext of
its interruptedProcess? At first glance it seems like these two
variables are redundant and store the same Context.
Thomas Dupriez