Skip to content

No Debug Console output when no breakpoint set on script #309

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

Closed
mcwidg3t opened this issue Oct 5, 2016 · 3 comments
Closed

No Debug Console output when no breakpoint set on script #309

mcwidg3t opened this issue Oct 5, 2016 · 3 comments

Comments

@mcwidg3t
Copy link

mcwidg3t commented Oct 5, 2016

System Details

Windows 10 Pro Insider Preview (Build 14931)
VS Code 1.6.0-insider
vscode-Powershell 0.7.2

PSVersion 5.1.14931.1000
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14931.1000
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Issue Description

Running a script in debugger produces no output in the debug console. Setting a breakpoint in the script fixes the issue and output is displayed.

This produces no output.
image

This produces output.
image

@rkeithhill
Copy link
Contributor

rkeithhill commented Oct 5, 2016

Duplicate of issue #284. We believe this issue will be fixed in an update coming in late October or early November. Thank goodness!! :-)

@daviwil
Copy link
Contributor

daviwil commented Oct 5, 2016

Yeah, the script is probably finishing so fast that the output never makes it to the editor. I'm working on a larger fix for that right now :) More details (hopefully) later today!

@mcwidg3t
Copy link
Author

mcwidg3t commented Oct 5, 2016

Good news, thanks for the update.

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

3 participants