Skip to content

VS 2015 Update 3 (with patch for update 3 installed) crashes #9727

@stefan505

Description

@stefan505

TypeScript Version: 1.8.10

VS 2015
Update 3 (with patch for Update 3)

Expected behavior:
TypeScript debugging should step into JS source and be able to view stack traces during debugging.

Actual behavior:
VS 2015 crashes as soon as I step into JS source and view stack traces during debugging. Discovered it also crashes when adding breakpoints and encountering an unhandled JS error.

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
   at TypeScriptDebugEngine.SymbolProvider.DecodedSourceMapDataItem.MapJsSourcePosition(Microsoft.VisualStudio.Debugger.Symbols.DkmTextSpan, Microsoft.VisualStudio.Debugger.Script.DkmScriptDocument)
   at TypeScriptDebugEngine.SymbolProvider.SourcePositionResolver.Microsoft.VisualStudio.Debugger.ComponentInterfaces.IDkmSymbolQuery.GetSourcePosition(Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol, Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePositionFlags, Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession, Boolean ByRef)
   at Microsoft.VisualStudio.Debugger.EntryPoint.IDkmSymbolQuery_GetSourcePosition(IntPtr, IntPtr, Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePositionFlags, IntPtr, Byte ByRef, IntPtr ByRef)

I have also installed this update for VS 2015 Update 3 with no effect.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions