The context inspector in the debugger will show the incorrect contextual variables if the selected stack frame is a method on ExecutableBlock. Instead of showing the values of the variables within the block, it will show the variables from the previous stack frame, or outer context. The receiver inspector will show self as the ComplexBlock instead of the outer context of the block.
Last updated: 7/18/11