Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Breakpoints] Breakpoint in preview tab using Symbol Server reports an error #10

Open
ashmind opened this issue Apr 20, 2015 · 0 comments

Comments

@ashmind
Copy link
Owner

ashmind commented Apr 20, 2015

Unexpected exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: lineNumber
   at Microsoft.VisualStudio.Text.Implementation.SimpleStringRebuilder.GetLineFromLineNumber(Int32 lineNumber)
   at Microsoft.VisualStudio.Text.Implementation.TextSnapshot.GetLineFromLineNumber(Int32 lineNumber)
   at ExceptionBreaker.Breakpoints.BreakpointFinder.GetSpanFromBreakpoint(Breakpoint2 breakpoint, ITextDocument document)
   at ExceptionBreaker.Breakpoints.Glyphs.BreakpointTagger.<>c__DisplayClass2.<.ctor>b__0(Object sender, BreakpointExtraDataChangedEventArgs e)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at ExceptionBreaker.Breakpoints.BreakpointExtraDataStore.NotifyDataChanged(Breakpoint2 breakpoint)
   at ExceptionBreaker.Breakpoints.BreakpointExceptionsController.RequestAndUpdateExceptionSettings(Breakpoint2 breakpoint)
   at ExceptionBreaker.Breakpoints.BreakpointExceptionsController.command_Callback(Object sender, EventArgs e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant