Jan. 10, 2019
10:24 a.m.
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