emacs/mps/test/test/script/help/debug
Gareth Rees eba3fdff52 New mmqa command debug compiles a test case and launches the debugger.
Copied from Perforce
 Change: 192290
 ServerID: perforce.ravenbrook.com
2016-09-12 12:26:40 +01:00

11 lines
445 B
Text

debug a test
% $Id$
Usage: qa debug [<options>] <testfile>
'debug' launches a test in the debugger. The test libraries should
previously have been compiled with 'clib'; if the harness believes the
test libraries may not be up-to-date, it will give an error and ask
you to run 'clib' first. (You can force the harness to run a test with
potentially out-of-date libraries by specifying the "-danger" option
to 'debug'. This is not recommended.)