question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger crashes when stepping-in

See original GitHub issue

System 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

Archive.zip

Image

2017-05-12_13-51-46

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
TylerLeonhardtcommented, Apr 22, 2020

@hoetz I think your issue should go into #1183 like you did.

@yobyot are you still having your original issue on macOS?

0reactions
yobyotcommented, Jun 26, 2017

Inadvertently closed by hitting the wrong button. 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found