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

  1. %DBSTATUS List all the breakpoints in an M-file function.
  2. %    The DBSTATUS command has the form:
  3. %
  4. %    DBSTATUS Mfilename
  5. %
  6. %    where Mfilename is the name of an M-file function.  All 
  7. %    breakpoints are listed.
  8. %
  9. %    See also DBSTEP, DBSTOP, DBCONT, DBCLEAR, DBTYPE, DBSTACK, 
  10. %    DBUP, and DBDOWN.
  11.  
  12. %    Steve Bangert, 6-25-91.
  13. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  14. %    Built-in function.
  15.