Debugger4.SetSymbolSettings, méthode
Définit différents paramètres pour les symboles .PDB utilisés par Visual Studio pour effectuer un débogage et force le rechargement de tous les symboles.
Espace de noms : EnvDTE90a
Assembly : EnvDTE90a (dans EnvDTE90a.dll)
Syntaxe
'Déclaration
Sub SetSymbolSettings ( _
SymbolPath As String, _
SymbolPathState As String, _
SymbolCachePath As String, _
OnlyLoadSymbolsManually As Boolean, _
LoadSymbolsNow As Boolean _
)
void SetSymbolSettings(
string SymbolPath,
string SymbolPathState,
string SymbolCachePath,
bool OnlyLoadSymbolsManually,
bool LoadSymbolsNow
)
void SetSymbolSettings(
[InAttribute] String^ SymbolPath,
[InAttribute] String^ SymbolPathState,
[InAttribute] String^ SymbolCachePath,
[InAttribute] bool OnlyLoadSymbolsManually,
[InAttribute] bool LoadSymbolsNow
)
abstract SetSymbolSettings :
SymbolPath:string *
SymbolPathState:string *
SymbolCachePath:string *
OnlyLoadSymbolsManually:bool *
LoadSymbolsNow:bool -> unit
function SetSymbolSettings(
SymbolPath : String,
SymbolPathState : String,
SymbolCachePath : String,
OnlyLoadSymbolsManually : boolean,
LoadSymbolsNow : boolean
)
Paramètres
SymbolPath
Type : StringChemin d'accès à l'emplacement des fichiers de symboles .PDB.
SymbolPathState
Type : StringChaîne qui contient un caractère pour chaque chemin d'accès aux symboles. Si le chemin d'accès aux symboles est activé, le caractère a la valeur « 1 ». Si le chemin d'accès aux symboles n'est pas activé, le caractère peut avoir toute autre valeur.
SymbolCachePath
Type : StringChemin d'accès à l'emplacement du cache utilisé pour télécharger des symboles à partir d'un serveur de symboles.
OnlyLoadSymbolsManually
Type : BooleanA la valeur true lorsque les symboles doivent uniquement être chargés manuellement ou a la valeur false lorsque les symboles doivent être chargés automatiquement.
LoadSymbolsNow
Type : BooleanA la valeur true lorsque les symboles doivent être chargés immédiatement ; sinon, false.
Notes
Consultez SetSymbolSettings.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.