http://bugzilla.novell.com/show_bug.cgi?id=593481
http://bugzilla.novell.com/show_bug.cgi?id=593481#c0 Summary: If you try to add a breakpoint at runtime, you get this exception: Classification: Mono Product: Mono: Tools Version: MonoVS 2.0 Platform: Other OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: Visual Studio Integration AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Component Test Blocker: --- If you try to add a breakpoint at runtime, you get this exception: System.Collections.Generic.KeyNotFoundException was unhandled by user code Message="The given key was not present in the dictionary." Source="mscorlib" StackTrace: at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at MonoVS.Engine.SoftDebugger.ControllerImpl.OnBreakpointBound(Breakpoint breakpoint, BreakpointEventRequest req) in C:\Users\Jonathan\Documents\Visual Studio 2008\Projects\MonoVS\MonoVS.Engine.SoftDebugger\ControllerImpl.cs:line 215 at MonoVS.Engine.SoftDebugger.ControllerImpl.SoftDebuggerSession.OnBreakpointBound(Breakpoint bp, BreakpointEventRequest req) in C:\Users\Jonathan\Documents\Visual Studio 2008\Projects\MonoVS\MonoVS.Engine.SoftDebugger\ControllerImpl.cs:line 342 at Mono.Debugging.Soft.SoftDebuggerSession.InsertBreakpoint(Breakpoint bp, BreakInfo bi) at Mono.Debugging.Soft.SoftDebuggerSession.OnInsertBreakEvent(BreakEvent be, Boolean activate) at Mono.Debugging.Client.DebuggerSession.AddBreakEvent(BreakEvent be) InnerException: >From Jonathan Pobst -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
