[Mono-bugs] [Bug 82872][Maj] New - Debugger does not stop in main()

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 10 08:22:36 EDT 2007


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 dominik.ertl at gmail.com.

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: martin at ximian.com                            
+ReportedBy: dominik.ertl at gmail.com               
+QAContact: mono-bugs at ximian.com
+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:
+
+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:


More information about the mono-bugs mailing list