-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update Symbols
apobekiaris edited this page Jun 15, 2020
·
7 revisions
Index symbols to local or remote locations.
Update-Symbols -pdb <FileInfo> -TargetRoot <String> [-SourcesRoot <String>] [-dbgToolsPath <String>]
[<CommonParameters>]
Update-Symbols -pdb <FileInfo> [-symbolSources <String[]>] [-dbgToolsPath <String>] [<CommonParameters>]
Index symbols to local or remote locations. See also how to How to boost your DevExpress Debugging Experience
PS C:\> Get-ChildItem $root\Xpand.dll Xpand*.pdb|
Update-Symbols -TargetRoot "https://raw.githubusercontent.com/eXpandFramework/$repository/$branch" -sourcesRoot $root
Reindex Xpand symbols to GitHub repository.
{{ Fill SourcesRoot Description }}
Type: String
Parameter Sets: Default
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill TargetRoot Description }}
Type: String
Parameter Sets: Default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill dbgToolsPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill pdb Description }}
Type: FileInfo
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill symbolSources Description }}
Type: String[]
Parameter Sets: Sources
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.