Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82872 --- shadow/82872 2007-10-10 08:22:36.000000000 -0400 +++ shadow/82872.tmp.21800 2007-10-10 08:22:36.000000000 -0400 @@ -0,0 +1,50 @@ +Bug#: 82872 +Product: Mono: Debugger +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: backend +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Debugger does not stop in main() + +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: + [EMAIL PROTECTED]:~/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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
