[m-dev.] for review: improve debugger documentation
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Dec 10 02:36:07 AEDT 1999
On 09-Dec-1999, Erwan Jahier <Erwan.Jahier at irisa.fr> wrote:
> [Fergus wrote:]
> | doc/user_guide.texi:
> | Document mdb's Emacs interface.
> ...
> | +Then start up Emacs, e.g. using the command @samp{emacs},
> | +and type @kbd{M-x mdb @key{RET}}. Emacs will prompt you for
> | +the mdb command to invoke; you should type in the name
> | +of the program that you want to debug and any arguments
> | +that you want to pass to it:
>
> What is said below seems inconsistent with what is said above:
> Does the user need to type "mdb ./hello" (as said below),
> or just "./hello" (as said above) ?
>
> | + at example
> | +Run mdb (like this): mdb ./hello
> | + at end example
I've changed that to the following:
| Then start up Emacs, e.g. using the command @samp{emacs},
| and type @kbd{M-x mdb @key{RET}}. Emacs will prompt you for
| the mdb command to invoke
|
| @example
| Run mdb (like this): mdb
| @end example
|
| @noindent
| and you should type in the name of the program that you want to debug
| and any arguments that you want to pass to it:
|
| @example
| Run mdb (like this): mdb ./hello arg1 arg2 ...
| @end example
Hopefully that is clearer?
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list