-
-
Notifications
You must be signed in to change notification settings - Fork 7
Install DebugOptimizationHook
apobekiaris edited this page Sep 4, 2020
·
8 revisions
Installs system wide hook for disabling debugging optimizations
Install-DebugOptimizationHook [-Disable] [<CommonParameters>]
Installs system wide hook for disabling debugging optimizations. See also How to boost your DevExpress Debugging Experience
PS C:\> Install-DebugOptimizationHook
hook installed for C:\Work\eXpandFramework\XpandPwsh\XpandPwsh\Private\Start-VS.ps1
Use the Disable switch to uninstall
Installs the DebugOptimization hook.
Uninstall the hook
Type: SwitchParameter
Parameter Sets: (All)
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.