如果调试MVC应用程序MonoDevelop会将以下内容打印到输出中:
Mono.Debugger.Soft.VMDisconnectedException: An exception of type "Mono.Debugger.Soft.VMDisconnectedException" thrown.
at Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet)
at Mono.Debugger.Soft.Connection.Type_GetInfo(Int64 id)
at Mono.Debugger.Soft.TypeMirror.GetInfo()
at Mono.Debugger.Soft.TypeMirror.get_FullName()
at Mono.Debugging.Soft.SoftDebuggerSession.HandleEvent(Event e, Boolean dequeuing)
at Mono.Debugging.Soft.SoftDebuggerSession.HandleEvent(Event e)
at Mono.Debugging.Soft.SoftDebuggerSession.EventHandler()
如果去除ASP.NET应用程序的功能,MonoDevelop会在一两秒钟后安静地完成调试,有时会留下一个挂起的黑色控制台窗口(mono.exe)。
有人知道MonoDevelop支持Web应用程序的调试吗?或者怎样才能成功?
升级版:
ERROR [2010-11-03 17:32:47Z]: Type '<Module>' loaded more than once
ERROR [2010-11-03 17:32:47Z]: Type '<Module>' loaded more than once
ERROR [2010-11-03 17:32:47Z]: Type 'System.Threading.ReaderWriterLockSlim' loaded more than once
ERROR [2010-11-03 17:32:47Z]: Type 'TypeInfo__TypeMetadata' loaded more than once
ERROR [2010-11-03 17:32:47Z]: Type 'ChannelInfo__TypeMetadata' loaded more than once
ERROR [2010-11-03 17:32:47Z]: Type 'CrossAppDomainData__TypeMetadata' loaded more than once
OnTargetEvent, type - TargetExited
升级版2:
德克萨斯州