For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debug-PSUDashboard

Provides a utility function for debugging scripts running PowerShell Universal Dashboard.

Synopsis

Provides a utility function for debugging scripts running PowerShell Universal Dashboard.

Syntax

Debug-PSUDashboard [<CommonParameters>]

Description

Provides a utility function for debugging scripts running PowerShell Universal Dashboard. This cmdlet integrates with the VS Code PowerShell Universal extension to automatically connect the debugger to endpoints running in UD.

Parameters

Outputs

-------------------------- EXAMPLE 1 --------------------------

PS > Creates an element that invokes the Debug-PSUDashboard cmdlet.

New-UDElement -Tag div -Endpoint {
    Debug-PSUDashboard
}

Last updated

Was this helpful?