Skip to content

Update Symbols

apobekiaris edited this page Jun 15, 2020 · 7 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh schema: 2.0.0

Update-Symbols

SYNOPSIS

Index symbols to local or remote locations.

SYNTAX

Default

Update-Symbols -pdb <FileInfo> -TargetRoot <String> [-SourcesRoot <String>] [-dbgToolsPath <String>]
 [<CommonParameters>]

Sources

Update-Symbols -pdb <FileInfo> [-symbolSources <String[]>] [-dbgToolsPath <String>] [<CommonParameters>]

DESCRIPTION

Index symbols to local or remote locations. See also how to How to boost your DevExpress Debugging Experience

EXAMPLES

Example 1

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.

PARAMETERS

-SourcesRoot

{{ Fill SourcesRoot Description }}

Type: String
Parameter Sets: Default
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TargetRoot

{{ Fill TargetRoot Description }}

Type: String
Parameter Sets: Default
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-dbgToolsPath

{{ Fill dbgToolsPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-pdb

{{ 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

-symbolSources

{{ Fill symbolSources Description }}

Type: String[]
Parameter Sets: Sources
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.IO.FileInfo

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally