aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Debugging Errors #463

Open ChristophSchmidpeter opened 10 years ago

ChristophSchmidpeter commented 10 years ago

This issue seems to be related with #460 When I set an breakpoint after debugging has finished I get an exception:

System.InvalidOperationException: The process already finished. at System.Diagnostics.Process.Close (Int32 signo) [0x00000] in :0 at System.Diagnostics.Process.Kill () [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Kill () at MonoDevelop.Debugger.Gdb.GdbSession.KillGdb () [0x00000] in :0 at MonoDevelop.Debugger.Gdb.GdbSession.InternalStop () [0x00000] in :0 at MonoDevelop.Debugger.Gdb.GdbSession.OnInsertBreakEvent (Mono.Debugging.Client.BreakEvent be) [0x00000] in :0 at Mono.Debugging.Client.DebuggerSession.AddBreakEvent (Mono.Debugging.Client.BreakEvent be) [0x00000] in :0

ChristophSchmidpeter commented 10 years ago

Also this exception occurs: ################### MonoDevelop.Debugger.Gdb.GdbException: Command execution timeout. at MonoDevelop.Debugger.Gdb.GdbSession.RunCommand (System.String command, System.String[] args) [0x00000] in :0 at MonoDevelop.Debugger.Gdb.GdbSession.OnExit () [0x00000] in :0 at Mono.Debugging.Client.DebuggerSession.m__10 () [0x00000] in :0 ########

ChristophSchmidpeter commented 10 years ago

After the new release it seems some exceptions have gone, but the "System.InvalidOperationException: Command execution timeout."