Partager via


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 : String

    Chemin d'accès à l'emplacement des fichiers de symboles .PDB.

  • SymbolPathState
    Type : 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 : String

    Chemin d'accès à l'emplacement du cache utilisé pour télécharger des symboles à partir d'un serveur de symboles.

  • OnlyLoadSymbolsManually
    Type : 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 : Boolean

    A la valeur true lorsque les symboles doivent être chargés immédiatement ; sinon, false.

Notes

Consultez SetSymbolSettings.

Sécurité .NET Framework

Voir aussi

Référence

Debugger4 Interface

EnvDTE90a, espace de noms