The Monitor window does not always display the correct
set of local variables.
For example, if one sets a breakpoint within a method, and executes to that
breakpoint, the locals for that method are (correctly) displayed in the
Monitor window. If one then moves through the callstack to a previoursly
called method, the locals are not updated for this stackframe.
Moving through the callstack when a function was called does not show this
behaviour.
Additionally, if the method in question is part of a different
file the source code display window is not updated properly.
|