Skip to content

Add support for more variable scopes in debugger #55

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 3 commits into from
Dec 2, 2015

Conversation

rkeithhill
Copy link
Contributor

This PR adds support for displaying Global and Script scope variables. It also supports showing local variables for stack frames other than the topmost frame (frame 0).

…ables in a scope versus a normal, expandable variable. This also implements support for locals per stack frame.
@daviwil daviwil changed the title rkeithhill/variable scope Add support for more variable scopes in debugger Dec 2, 2015
daviwil added a commit that referenced this pull request Dec 2, 2015
Add support for more variable scopes in debugger
@daviwil daviwil merged commit be7f864 into master Dec 2, 2015
@daviwil daviwil deleted the rkeithhill/variable-scope branch December 2, 2015 18:36
@daviwil
Copy link
Contributor

daviwil commented Dec 2, 2015

Awesome work, thanks a lot Keith!

TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
…bitness.

This change adds a new debugger configuration to the package.json file.  The user can simply change the debug type from 'PowerShell' to 'PowerShell x86' in their launch.json file to do 32-bit debugging.  Also, when they open a folder that doesn't have a .vscode\launch.json file, when they go to create that file, they can pick between 'PowerShell' and 'PowerShell x86'.  Of course on 32-bit OSs the 'PowerShell x86' selection is redundant with 'PowerShell'.  Oh well.
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
…ch-x86orx64-debugger

Addresses issue PowerShell#55 for 0.4.0 release to select debug host bitness.
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
This change adds a new 'useX86Host' setting for the language service which
causes the 32-bit host to be launched in 64-bit Windows.

Part of the solution for PowerShell#55.
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.

3 participants