[Mono-list] Problem getting Mono debugger mdb working
Tobi
listaccount at e-tobi.net
Thu Dec 18 19:10:25 EST 2008
Chris Howie wrote:
> I'd write a test case and file a bug report. If it is a bug that's
> the fastest way to get a response.
The response was "Works for me, bug closed".
But it still doesn't work for *me*.
Running the latest SVN version, trying to debug a simple "Hello World", I get:
mdb -run test.exe
Mono Debugger
Starting program: test.exe
Thread @1 received signal 11 at #0: 0x7fff527be700.
0x7fff527be700 int3
Without the breakpoint in Main() it works fine:
mdb -start test.exe
Mono Debugger
Starting program: test.exe
Hello World!
Thread @1 exited.
Process #1 exited.
(mdb) Target exited.
On an i386 system I don't have this problem - only AMD64 doesn't work.
Anyone with an AMD64 system can confirm if the Mono Debugger is working or
not?
Tobias
More information about the Mono-list
mailing list