Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created July 25, 2013 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/15556b1beebc21bc5e89 to your computer and use it in GitHub Desktop.
Save saurabh360/15556b1beebc21bc5e89 to your computer and use it in GitHub Desktop.
System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at Mono.Debugging.Client.BreakpointStore.ResolveFullPath(String path)
at Mono.Debugging.Client.BreakpointStore.FileNameEquals(String file1, String file2)
at Mono.Debugging.Client.BreakpointStore.GetBreakpointsAtFileLine(String filename, Int32 line)
at Mono.Debugging.Client.BreakpointStore.Toggle(String filename, Int32 line, Int32 column)
at MonoDevelop.SourceEditor.SourceEditorView.OnIconButtonPress(Object s, MarginMouseEventArgs args)
at Mono.TextEditor.Margin.MousePressed(MarginMouseEventArgs args)
at Mono.TextEditor.IconMargin.MousePressed(MarginMouseEventArgs args)
at Mono.TextEditor.TextArea.OnButtonPressEvent(EventButton e)
at Gtk.Widget.buttonpressevent_cb(IntPtr widget, IntPtr evnt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment