More simple way to reproduce:#(2) select: [:i| i]Problem somehow related to mustBeBoolean error. If you try debug#(2) select: [:i| i / 0]Debugger will fallback into #/ method at ZeroDivide statement. But with mustBeBoolean trick it's not work.
1 ifTrue: [2].