You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest Pharo 14 if I am in a clean block then the debugger does not show the state of my instance at the bottom and I cannot inspect self or the variables of my instance in which the block is been executed.
I guess the debugger is asking the block for those info but clean blocks do not have them.