MATLAB: How to clear the workspace but not breakpoints

breakpointclear

If I use "clear all", the workspace is cleared, so are breakpoints set in the files. Is there any approach to prevent clearing breakpoints? Of course I don't want to specify variable names after "clear".
Thanks!

Best Answer

CLEARVARS or just CLEAR without "all".