Debugger crashes when stepping-in
See original GitHub issueSystem Details
- macOS 10.12.4
- VS Code version: 1.12.1
- PowerShell extension version: 1.0.0
- Output from
$PSVersionTable: PSVersion: 6.0.0-beta PSEdition: Core BuildVersion: 3.0.0.0 CLRVersion: GitCommitId: v6.0.0-beta.1 OS: Darwin 16.5.0 Darwin Kernel Version 16.5.0: F… Platform: Unix PSCompatibleVersions: {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion: 2.3 SerializationVersion: 1.1.0.1 WSManStackVersion: 3.0
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
PS /Users/alex/Documents/PowerShell> code -v
1.12.1
f6868fce3eeb16663840eb82123369dec6077a9b
PS /Users/alex/Documents/PowerShell> $pseditor.EditorServicesVersion
PS /Users/alex/Documents/PowerShell> code --list-extensions --show-versions
HookyQR.beautify@1.0.2
donjayamanne.githistory@0.2.0
eriklynd.json-tools@1.0.2
ms-vscode.PowerShell@1.0.0
robertohuertasm.vscode-icons@7.7.0
PS /Users/alex/Documents/PowerShell> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-beta
PSEdition Core
BuildVersion 3.0.0.0
CLRVersion
GitCommitId v6.0.0-beta.1
OS Darwin 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:...
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Issue Description
I am experiencing a problem with… debugging a script using module AWSPowerShell.NetCore. Script runs fine UNTIL it’s debugged, at which point, a step-in will crash VS Code as shown in the attached screenshot
Attached Logs
Image

Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Debugger crashes when stepping in to : RIDER-76256
Most of the time, if I press F11 to "Step Into" in the debugger, the debugger crashes. There are no errors on the...
Read more >Simple code crashes classic AppServer agent when stepping ...
Simple code crashes classic AppServer agent when stepping in using the PDSOE ... Debugging session stops when calling Classic AppServer.
Read more >8824 – Debugger often crash when stepping in the program.
Since the stable release 2002015, the debugger often crashes when you step with F5.I can't reproduce the situation 100% outside my project, but...
Read more >Stepping while debugging randomly crashes at certain points.
The location in code where the debugger decides to crash can be at seemingly completely arbitrary code lines.
Read more >PI14964: MAP DEBUGGER CRASHES DESIGN STUDIO ...
The map debugger crashes Design Studio v8.4.1.1 when stepping in a rule with the PARSE function.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@hoetz I think your issue should go into #1183 like you did.
@yobyot are you still having your original issue on macOS?
Inadvertently closed by hitting the wrong button. 😉