Null Stack if debugging in separate process #3673
Labels
Area-Debugging
Bug: Pre-release
Bugs reproducing only in the pre-release extension.
Issue-Bug
A bug to squash.
Milestone
Prerequisites
Summary
When starting Wait-Debugger, a nullpointerexception happens due to the lack of stackFrameDetails
PowerShell Version
7.1
Visual Studio Code Version
1.63.0-insider
Extension Version
Preview
Steps to Reproduce
Enter-PSHostSession <some other pwsh.exe>
Wait-Debugger
Visuals
Logs
Exception has occurred: CLR/System.NullReferenceException
An exception of type 'System.NullReferenceException' occurred in Microsoft.PowerShell.EditorServices.dll but was not handled in user code: 'Object reference not set to an instance of an object.'
at Microsoft.PowerShell.EditorServices.Services.DebugService.d__53.MoveNext() in C:\Users\JGrote\Projects\PowerShellEditorServices\src\PowerShellEditorServices\Services\DebugAdapter\DebugService.cs:line 953
The text was updated successfully, but these errors were encountered: