How can I clear the workspace but not breakpoints?

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!

 Accepted Answer

Matt J
Matt J on 25 Oct 2012
Edited: Matt J on 25 Oct 2012
CLEARVARS or just CLEAR without "all".

More Answers (1)

Or
clear variables
which will clear all variables, but nothing else. See help clear for other possible keywords (one of which all is, too).

Asked:

on 25 Oct 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!