[Mono-bugs] [Bug 81556][Cos] Changed - -args is ignored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 8 17:22:53 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-08 17:14:32.000000000 -0400
+++ shadow/81556.tmp.11326 2007-05-08 17:22:53.000000000 -0400
@@ -47,6 +47,30 @@
------- Additional Comments From martin at ximian.com 2007-05-08 17:14 -------
You're using -args, which does not exist. The argument is called --args.
I'll add a check to mdb to warn about extra arguments and non-existing
options.
+
+------- Additional Comments From joeshaw at novell.com 2007-05-08 17:22 -------
+Can you fix the --help output then? All of them list single hyphen
+arguments:
+
+Mono Debugger, (C) 2003-2006 Novell, Inc.
+mdb [options] [exe-file]
+mdb [options] -args exe-file [inferior-arguments ...]
+
+ -args Arguments after exe-file are passed to
+inferior
+ -debug-flags:PARAM Sets the debugging flags
+ -fullname Sets the debugging flags (short -f)
+ -jit-optimizations:PARAM Set jit optimizations used on the
+inferior process
+ -mono:PATH Override the inferior mono
+ -mono-prefix:PATH Override the mono prefix
+ -native-symtabs Load native symtabs
+ -script
+ -usage
+ -version Display version and licensing information
+(short -V)
+ -working-directory:DIR Sets the working directory (short -cd)
+
More information about the mono-bugs
mailing list