|
|
@ -66,9 +66,9 @@ namespace ICSharpCode.SharpDevelop.Gui.Pads |
|
|
|
LoggingService.Info("Local Variables refresh"); |
|
|
|
LoggingService.Info("Local Variables refresh"); |
|
|
|
try { |
|
|
|
try { |
|
|
|
StackFrame frame = debuggedProcess.GetCurrentExecutingFrame(); |
|
|
|
StackFrame frame = debuggedProcess.GetCurrentExecutingFrame(); |
|
|
|
|
|
|
|
localVarList.WatchItems.Clear(); |
|
|
|
if (frame == null) return; |
|
|
|
if (frame == null) return; |
|
|
|
|
|
|
|
|
|
|
|
localVarList.WatchItems.Clear(); |
|
|
|
|
|
|
|
debuggedProcess.EnqueueForEach( |
|
|
|
debuggedProcess.EnqueueForEach( |
|
|
|
Dispatcher.CurrentDispatcher, |
|
|
|
Dispatcher.CurrentDispatcher, |
|
|
|
new StackFrameNode(frame).ChildNodes.ToList(), |
|
|
|
new StackFrameNode(frame).ChildNodes.ToList(), |
|
|
|