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:

[EMAIL PROTECTED] wrapper]$ mcs -g foo.cs
warning CS8029: Compatibility: Use -debug option instead of -g or --debug
Compilation succeeded - 1 warning(s)
[EMAIL PROTECTED] wrapper]$ cat foo.cs
class C {
  public static void Main ()
  {
    System.Console.WriteLine ("hello");
  }
}
[EMAIL PROTECTED] 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/
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to