--- Begin Message ---
Hello,

I saw that DebugSession>>activePC: has no senders in pharo. Does someone know the intention behind it?

activePC: aContext
    ^ (self isLatestContext: aContext)
        ifTrue: [ interruptedContext pc ]
        ifFalse: [ self previousPC: aContext ]

Thomas Dupriez



--- End Message ---

Reply via email to