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
2759
Age (days ago)
2759
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Dupriez