[m-dev.] Suggestions for mdb

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Aug 28 16:37:15 AEDT 2000


On 23-Aug-2000, Ralph Becket <rbeck at microsoft.com> wrote:
> 1. Add a `save' command, or something similar, that dumps the
> current set of breakpoints and aliases to a local .mdbrc file.
> This would save me a fair bit of hassle when debugging.

I have justed posted a diff for this.

> 3. Allow multi-command aliases.  I would like to be able to
> set up an alias to, e.g., continue to the next break point then
> print out all the variables at that point.  Unfortunately,
> `alias cp c; p *' is seen as two separate commands.

I'll have a look at this in the near future. The syntax I intend to use is

	alias cp "c; p *"

Zoltan.
--------------------------------------------------------------------------
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