[Mono-list] problems running debugger on amd64

Michal Moskal michal.moskal at gmail.com
Wed Jun 1 13:04:27 EDT 2005


Hello,

I have some problems with running mono debugger on amd64 hardware (using Linux).
When I try to run hello world kind of example from within the debugger I get:

[malekith at r64 wrapper]$ mcs -g foo.cs
warning CS8029: Compatibility: Use -debug option instead of -g or --debug
Compilation succeeded - 1 warning(s)
[malekith at r64 wrapper]$ cat foo.cs
class C {
  public static void Main ()
  {
    System.Console.WriteLine ("hello");
  }
}
[malekith at r64 wrapper]$ ./mdb.exe ./foo.exe
Mono Debugger
(mdb) r
Starting program: ./foo.exe
Process @1 received signal 11 at #0: 0x40000940.
0x40000940      int3
(mdb)

Am I missing something, or this is some sort of a bug?

-- 
   Michal Moskal,
   http://nemerle.org/~malekith/


More information about the Mono-list mailing list