debugapp doesn't pass arguments on to the debugger when debugging apps. The diff for debugapp.in is attached.
Thanks -- Andrew Ruder
198c198,202 < "$GDB" "$file_appname" "$corefile" --- > if [ -z "$corefile" ]; then > "$GDB" --args "$file_appname" "$@" > else > "$GDB" "$file_appname" "$corefile" > fi 203,208d206 < < < < < <
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep