-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
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 TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue