(translator=PoChien, ChineseSource=PoChien-20020608-6\dbclear.html, EnglishSource=c:\matlabr12\help\techdoc\ref\dbclear.html)
MATLAB Function Reference    
dbclear

移除中斷點.

Graphical Interface

除了 dbclear 之外,在使用 Editor/Debugger 時還有一些其它移除中斷點的方法.

Syntax

Description

dbclear all 移除所有 M檔案的所有中斷點,包括所有用 dbstop 所產生的中斷.

dbclear all in mfile 移除 mfile 中所有的中斷點.

dbclear in mfile 移除在 mfile 中被執行的第一行的中斷點.

dbclear in mfile at lineno 移除 mfile 中第 lineno 行的中斷點.

dbclear in mfile at subfun 移除 mfile 中函式 subfun 的中斷點.

dbclear if error 移除由 dbstop if error產生的中斷.

dbclear if warning 移除由 dbstop if warning 產生的中斷.

dbclear if naninf 移除由 dbstop if naninf 產生的中斷.

dbclear if infnan 移除由 dbstop if infnan 產生的中斷.

Remarks

UNIX debugger dbx 的使用者所熟悉的 at, in 和 if 這些關鍵字是選擇性的.

See Also

dbcont, dbdown, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype, dbup, partialpath


  datevec   dbcont