Bug: 41716

Impact:

Product:
GemBuilder for Smalltalk

Versions:
5.4, 5.3.2, 5.3.1, 5.3, 5.2.7, 5.2.6, 5.2.5

Platform:
All

Fixed In:

Debugger shows incorrect variables in ExecutableBlock methods

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.

Workaround:

none/not applicable