https://bugzilla.novell.com/show_bug.cgi?id=423518

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=423518#c37





--- Comment #37 from Michael Trausch <[EMAIL PROTECTED]>  2008-11-02 01:36:24 
MDT ---
Just an FYI, if I tell gmcs to emit debugging information, I get the same
result when I attempt to debug the assembly (the repeated occurances of the No
Target error message).

Using the following example program:

======== Begin SimpleHello.cs
     1  using System;
     2  
     3  public class EntryPoint {
     4    public static void Main() {
     5      for(int i = 0; i < 10; i++) {
     6        Console.WriteLine("Hello, World!");
     7      }
     8    }
     9  }
======== End SimpleHello.cs

I attempt to set a breakpoint at SimpleHello.cs:5, but appear to fail:

======== Begin Debugger Session
Sunday, 2008-Nov-02 at 03:30:53 - [EMAIL PROTECTED] - Linux v2.6.28
Ubuntu Intrepid:[0-15/10013-0]:test> mdb SimpleHello.exe
Mono Debugger
(mdb) break SimpleHello.cs:5
Breakpoint 2 at SimpleHello.cs:5
(mdb) start
Starting program: SimpleHello.exe 
Can't insert breakpoint 2 at 0x40f8030a: Already have breakpoint 1 at address
0x40f8030a.
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Thread @1 exited.
Process #1 exited.
(mdb) Target exited.
quit
======== End Debugger Session

I don't quite understand what that means.  Is this a different bug, or is this
related?  Attempting to use Mono 1.9 and mdb 0.60 (Ubuntu 8.10, Intrepid) fails
to do anything at all.  So, using Mono 2.0.1 and mdb SVN HEAD (from ~20 minutes
ago) this is the result that I get at this point in time.  Don't know if this
provides any additional useful information or not.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to