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

Feature Request: Restart PowerShell integrated console on debug #564

Closed
Glober777 opened this issue Mar 16, 2017 · 1 comment
Closed

Feature Request: Restart PowerShell integrated console on debug #564

Glober777 opened this issue Mar 16, 2017 · 1 comment

Comments

@Glober777
Copy link

First of all, let me thank you for such an upgrade. I find the integrated console very useful. Especially I like the fact that it doesn't close after the debugged script has finished executing so I can research the state that was left after it interactively.

On the other hand, I was wondering if there's a clean way of getting the integrated console automatically restarted when I'm starting the debug session (preferably configurable through launch.json, i.e. by referencing a task or via a separate attribute)? What I currently do, is I'm deleting the integrated console, which brings up a prompt suggesting me to restart it, but there were a few times when I forgot to do that and got burned by that.

Thanks!

@daviwil
Copy link
Contributor

daviwil commented Mar 16, 2017

Thanks a lot @Glober777! I've got plans to add an option similar to what you're suggesting: #367. One thing I didn't consider is keeping the new session's console open after debugging completes so that you can poke around a bit.

I'm closing this issue in favor of the other one, please let me know there if you can think of anything else that might be helpful to have!

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

2 participants