Author: julianalbo Date: Wed Aug 20 23:28:55 2008 New Revision: 30420 Modified: trunk/src/debug.c
Log: document debugger_cmdline and close_script_file functions in src/debug.c Modified: trunk/src/debug.c ============================================================================== --- trunk/src/debug.c (original) +++ trunk/src/debug.c Wed Aug 20 23:28:55 2008 @@ -396,7 +396,10 @@ =item C<static void debugger_cmdline> -RT#48260: Not documented yet! +Debugger command line. + +Gets and executes commands, looping until the debugger state +is chnaged, either to exit or to start executing code. =cut @@ -425,7 +428,7 @@ =item C<static void close_script_file> -RT#48260 +Close the script file, returning to command prompt mode. =cut
