C# Class Microsoft.R.Debugger.DTEDebuggerExtensions

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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