mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 12:53:53 +00:00
Estimated hours taken: 0.5 Branches: main Add an mdb `track' command. This command invokes an mdb script to start up the declarative debugger, invoke the declarative debugger's `track' command and then exits the declarative debugger. NEWS: Mention the new command. doc/mdb_categories: doc/user_guide.texi: Document the new command. scripts/Mmakefile: Install the new script. scripts/mdb_track: Add the new script. scripts/mdbrc.in: Add an alias for the new script.
7 lines
33 B
Plaintext
7 lines
33 B
Plaintext
dd
|
|
browse $1
|
|
cd $2
|
|
track
|
|
info
|
|
pd
|