When running against a 32-bit server, the context inspector in the debugger 
may 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: 9/10/07