Created
March 13, 2013 14:41
-
-
Save zertrin/5152760 to your computer and use it in GitHub Desktop.
Clear all but breakpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
temporaryBreakpointData=dbstatus('-completenames'); | |
clear functions; | |
dbstop(temporaryBreakpointData); | |
clear global; | |
clear variables; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment