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

  1. %DBCONT    Resume execution from the current breakpoint.
  2. %    The DBCONT command resumes execution of an M-file following a stop in
  3. %    execution caused by either a DBSTOP or DBSTEP command.  Execution will
  4. %    continue until either another breakpoint is encountered, an error
  5. %    occurs, or MATLAB returns to the base workspace prompt.
  6. %
  7. %    See also DBSTEP, DBSTOP, DBCLEAR, DBTYPE, DBSTACK, DBUP,
  8. %    DBDOWN, DBSTATUS.
  9.  
  10. %    Steve Bangert, 6-25-91.
  11. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  12. %    Built-in function.
  13.