How can I clear the workspace but not breakpoints?
5 ビュー (過去 30 日間)
古いコメントを表示
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!
0 件のコメント
採用された回答
その他の回答 (1 件)
Jonathan Epperl
2012 年 10 月 25 日
Or
clear variables
which will clear all variables, but nothing else. See help clear for other possible keywords (one of which all is, too).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!