[Mono-devel-list] problems running debugger
Ben Martin
benmartin at fourthplanet.net
Fri Jun 4 02:48:31 EDT 2004
In my never ending (and seemingly futile) quest to get the debugger to
both compile and run, I have once again hit a wall. I think it hates
me... anyway, I got it to compile finally, but, when I try to run it, I get
Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
Mono.Debugger.Frontends.CommandLine.GnuReadLine --->
System.DllNotFoundException: libmonodebuggerreadline
in <0x00053> (wrapper managed-to-native)
Mono.Debugger.Frontends.CommandLine.GnuReadLine:mono_debugger_readline_static_init
()
in <0x0000a> Mono.Debugger.Frontends.CommandLine.GnuReadLine:.cctor ()
--- End of inner exception stack trace ---
in (unmanaged)
Mono.Debugger.Frontends.CommandLine.GnuReadLine:IsTerminal (int)
in [0x00007] (at
/home/benjmart/mono-debugger-0.8/frontends/command-line/Main.cs:189)
Mono.Debugger.Frontends.CommandLine.CommandLineInterpreter:Main (string[])
I checked and I have the files
/usr/local/lib/libmonodebuggerreadline.so.0.0.0
/usr/local/lib/libmonodebuggerreadline.so.0
/usr/local/lib/libmonodebuggerreadline.so
/usr/local/lib/libmonodebuggerreadline.la
/usr/local/lib/libmonodebuggerreadline.a
Anything?
Benproblems running debugger
More information about the Mono-devel-list
mailing list