On Mon, 10 Jul 2000 17:02:54 Ben Speakmon wrote:
On Mon, 10 Jul 2000 16:43:34 you wrote:
> How do I get command line arguments in when I start a JDEbug
session?
>
> I installed emacs, speedbar & semantic and can do the
Processes->Start
Debugger. With the
> source code in an emacs window & breakpoint at the first time args
is
referenced, I invoke
> JDE->Debug App. & it sops at the breakpoint, but I don't know how to
get the
command line
> arguments in.
>
> I tried using jde-run-read-app-args & can use JDE->Run App to prompt
the
arguments, but
> execution doesn't stop at the breakpoint (similar to the question
addressed
in FAQ).
Use the variable jde-db-option-application-args, which you can set in
the JDE
Db Options
group from JDE->Project->Options->Debug. Those variables are common to
jdb or
JDEbug, whichever you're
using for the current project.