I have a Powershell script that is launched from a Desktop Icon in windows
Is there any instruction that stops the script
and open the running process/session in a interactive console?
(to inspect vars... testing... etc.)
- something like launching a console in debug-mode from inside the script??
PS: I know I can do this launching from a Powershell console with "." + Also I know I can do this with breakpoints in VSCode
my question is just what is stated above...
launching from console... but the goal is from a icon....