How can I clear the workspace but not breakpoints?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponse acceptée
Plus de réponses (1)
  Jonathan Epperl
      
 le 25 Oct 2012
        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 commentaires
Voir également
Catégories
				En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!