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

  1. %DBSTACK    List who called whom from M-file breakpoint to base workspace.
  2. %    The DBSTACK command displays the M-file function name and line number
  3. %    where the breakpoint occurred, the name and line number of the M-file 
  4. %    caller, the caller's caller, etc., until the top-most M-file function
  5. %    is reached.
  6. %
  7. %    See also DBSTEP, DBSTOP, DBCONT, DBCLEAR, DBTYPE, DBUP, DBDOWN,
  8. %    and DBSTATUS.
  9.  
  10. %    Steve Bangert, 6-25-91.
  11. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  12. %    Built-in function.
  13.