[Mono-bugs] [Bug 81556][Blo] New - -args is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 7 17:04:31 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 joeshaw at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81556

--- shadow/81556	2007-05-07 17:04:31.000000000 -0400
+++ shadow/81556.tmp.5902	2007-05-07 17:04:31.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 81556
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: cli
+AssignedTo: martin at ximian.com                            
+ReportedBy: joeshaw at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: -args is ignored
+
+The debugger appears to be ignoring the -args variable:
+
+[joe at posthaste ~/svn/trunk/beagle/beagled]$ ./beagled --mdb --fg --debug
+
+(this translates to be "mdb BeagleDaemon.exe -args --fg --debug")
+
+Mono Debugger
+(mdb) r
+Starting program: ./BeagleDaemon.exe 
+Cannot load symbol file
+`/usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll.mdb':
+Could not find file
+"/usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll.mdb".
+Thread @1 stopped at #0: 0xb77e28b7 in
+Beagle.Daemon.BeagleDaemon.Main(System.String[])+0x17 at
+/home/joe/svn/trunk/beagle/beagled/BeagleDaemon.cs:258.
+ 258                            DoMain (args);
+(mdb) print args
+(System.String[]) [  ]
+(mdb) show params
+args = (System.String[]) [  ]
+(mdb)


More information about the mono-bugs mailing list