C# Class Microsoft.R.Debugger.DTEDebuggerExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
RefreshVariableViews ( this debugger ) : void

Forces debugger to refresh its variable views (Locals, Autos etc) by re-querying the debug engine.

Method Details

RefreshVariableViews() public static method

Forces debugger to refresh its variable views (Locals, Autos etc) by re-querying the debug engine.
public static RefreshVariableViews ( this debugger ) : void
debugger this
return void