Main Content
dbstatus
List all breakpoints
Description
dbstatus
lists all the breakpoints in effect, including errors, caught
errors, warnings, and naninfs
. For nonerror breakpoints,
MATLAB® displays the line number for which the breakpoint is set. Each line
number is a hyperlink that you can click to go directly to that line in the
Editor.
dbstatus -completenames
displays, for each
breakpoint, the fully qualified name of the function or file containing
the breakpoint.
dbstatus
displays,
for each breakpoint in the specified file, the fully qualified name
for the function or file containing the breakpoint.file
-completenames
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a