[Mono-bugs] [Bug 332702] New: Debugger does not stop in main()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 10 13:32:43 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=332702#c1

           Summary: Debugger does not stop in main()
           Product: Mono: Debugger
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: backend
        AssignedTo: martin at novell.com
        ReportedBy: twiest at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
Unable to debug a program with build from mono_svn (rev 87248)

Steps to reproduce the problem:
1. Create a helloworld.cs and compile it with mcs --debug
2. start "mdb helloworld.exe"
3. type run

Actual Results:

dertl at pc81-9:~/vimem/runtime-EclipseApplication/HelloWorld/src$ mdb
HelloWorld.exe
Mono Debugger
(mdb) run
Starting program: HelloWorld.exe
Hello World!
Received unknown notification 807f660 / 0x82643000822d920 13bfe94188
Received unknown notification 807f660 / 0x826430000021f00 11bfe94218
Thread @1 exited normally.
Process #1 exited.
(mdb) Target exited.


Expected Results:
Stop in Main function to use the debugger

How often does this happen? 
every time

Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list