Re: [Mono-dev] debugger exception

2007-12-10 Thread Martin Baulig
Hello, this looks like a bug I fixed on Saturday. Could you please check whether your debugger is at least svn revision r90973 ? Martin On Sun, 2007-12-09 at 05:56 +, Alvaro Ramirez wrote: Hiya, Checked out and built the latest debugger from svn. I'm getting an unhandled exception

[Mono-dev] debugger exception

2007-12-08 Thread Alvaro Ramirez
Hiya, Checked out and built the latest debugger from svn. I'm getting an unhandled exception (InternalError) when trying to debug basic console apps (Attached is a stack trace). The exception is thrown when GetEngineByTID returns null while handling GcThreadCreated events (MonoThreadManager.cs).