Partager via


Debugger3.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 :  EnvDTE90
Assembly :  EnvDTE90 (dans EnvDTE90.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 : System.String
    Chemin d'accès à l'emplacement des fichiers de symboles .PDB.
  • SymbolPathState
    Type : System.String
    Chaî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 : System.String
    Chemin d'accès à l'emplacement du cache utilisé pour télécharger des symboles à partir d'un serveur de symboles.
  • OnlyLoadSymbolsManually
    Type : System.Boolean
    A 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 : System.Boolean
    A la valeur true lorsque les symboles doivent être chargés immédiatement ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

Debugger3 Interface

EnvDTE90, espace de noms