jorgesimoes1983's avatar
jorgesimoes1983
Regular Contributor
9 years ago
Status:
New Idea

Clear breakpoints by script

Hi all! Sometimes I run my project and forget to clear breakpoints, I would like to remove all the breakpoint by script.

 

For example, I would like to clear all breakpoints by doing something like this:

 

function clearBreakpoints(){

   // clear breakpoints magic

}

5 Comments