Skip to content

Addresses issue #55 for 0.4.0 release to select debug host bitness. #82

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

Conversation

rkeithhill
Copy link
Contributor

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.

…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.
@daviwil
Copy link
Contributor

daviwil commented Feb 4, 2016

Awesome! I think this will make some folks happy.

daviwil added a commit that referenced this pull request Feb 4, 2016
…4-debugger

Addresses issue #55 for 0.4.0 release to select debug host bitness.
@daviwil daviwil merged commit 466c020 into PowerShell:master Feb 4, 2016
@rkeithhill rkeithhill deleted the rkeithhill/is96-launch-x86orx64-debugger branch February 4, 2016 17:42
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