Debug-PSUDashboard
Provides a utility function for debugging scripts running PowerShell Universal Dashboard.
Last updated
Was this helpful?
Provides a utility function for debugging scripts running PowerShell Universal Dashboard.
Provides a utility function for debugging scripts running PowerShell Universal Dashboard.
Debug-PSUDashboard [<CommonParameters>]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.
-------------------------- EXAMPLE 1 --------------------------
PS > Creates an element that invokes the Debug-PSUDashboard cmdlet.
New-UDElement -Tag div -Endpoint {
Debug-PSUDashboard
}Last updated
Was this helpful?
Was this helpful?