home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / LANG.DI$ / DEBUG.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  494 b   |  16 lines

  1. % Debugging commands.
  2. %
  3. %   dbstop     - Set breakpoint.
  4. %   dbclear    - Remove breakpoint.
  5. %   dbcont     - Resume execution.
  6. %   dbdown     - Change local workspace context.
  7. %   dbstack    - List who called whom.
  8. %   dbstatus   - List all breakpoints.
  9. %   dbstep     - Execute one or more lines.
  10. %   dbtype     - List M-file with line numbers.
  11. %   dbup       - Change local workspace context.
  12. %   dbquit     - Quit debug mode.
  13.  
  14. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  15.  
  16.