Skip to content

Improve detection of runspace changes #367

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

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Feb 7, 2017

This change adds new behavior that makes the detection of sudden runspace
changes much more reliable. These changes were particularly necessary for
detecting when we start debugging a runspace in a remote session since we
don't get a PushRunspace notifications when that happens.

This change also improves how we gather the prompt string just after a
command is executed.

@daviwil daviwil added this to the 0.10.0 milestone Feb 7, 2017
@daviwil daviwil force-pushed the daviwil/better-runspace-changed branch from 5e91f92 to b1190be Compare February 7, 2017 15:22
This change adds new behavior that makes the detection of sudden runspace
changes much more reliable.  These changes were particularly necessary for
detecting when we start debugging a runspace in a remote session since we
don't get a PushRunspace notifications when that happens.

This change also improves how we gather the prompt string just after a
command is executed.
@daviwil daviwil force-pushed the daviwil/better-runspace-changed branch from b1190be to c6fdc6b Compare February 7, 2017 15:37
@daviwil
Copy link
Contributor Author

daviwil commented Feb 7, 2017

Gonna go ahead and merge this because I need it for another change. Feel free to leave feedback and I'll address it later this week.

@daviwil daviwil merged commit 6f3fedd into develop Feb 7, 2017
@daviwil daviwil deleted the daviwil/better-runspace-changed branch February 7, 2017 15:51
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
This change enables the user to configure their debugging sessions to
launch a temporary Integrated Console each time they start the debugger.
This is useful when debugging scripts or modules which use PowerShell
classes or managed assemblies which cannot be reloaded within the same
process.

Resolves PowerShell#367.
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

Successfully merging this pull request may close these issues.

2 participants