Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger does not recover after incomplete PowerShell command used #1

Open
mrward opened this issue Jul 16, 2017 · 0 comments
Open

Comments

@mrward
Copy link
Owner

mrward commented Jul 16, 2017

To repro:

  1. Create and save a new powershell file.
  2. Add one line to the file: Write-Output
  3. Put a breakpoint on that line
  4. Run the debugger.
  5. Breakpoint is hit.
  6. Allow the debugger to continue by clicking the Run button in the status bar.

Expected result:

  • PowerShell script finishes.

Actual result:

  • Status bar shows debugger still running. Presumably PowerShell is waiting for the user to provide parameters for the write-output command.
  • Stopping the debugger and then running it again does not hit any breakpoints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant