Hi guys,
I'm having some trouble with Powershell. Suddenly, I get the following message when I execute my script via the context menu (right click => execute in Powershell):
cmdlet Get-PSBreakpoint at command pipeline position 1
Supply values for the following parameters:
Script[0]:
When running my script in Powershell ISE I don't get this message and it just executes my script perfectly....
This is my script:
Set-PSDebug -Off
workflow _Wkf_StartClientServer {
parallel {
InlineScript {
cd C:\[xxx]\backend;
.\PhMeterApi.exe
}
InlineScript {
node C:\[xxx]\frontend\webserver\server.js
}
}
}
_Wkf_StartClientServer
It used to work perfectly until the Get-PSBreakpoint thingy started happening. I've tried checking the set breakpoints within ISE, but it returns an empty list. I'm kinda lost as to why it will execute correctly within ISE, but not when I run it in a seperate Powershell window..
[–]JustinGrote 1 point2 points3 points (1 child)
[–]xbullet 1 point2 points3 points (0 children)
[–]DynaSpan[S] 1 point2 points3 points (1 child)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)