Forum Discussion

jorgesimoes1983's avatar
jorgesimoes1983
Regular Contributor
10 years ago
Solved

Clear breakpoints by script

Hi all! Sometimes I run my project and forget to clear breakpoints, is there any way to clear it by script?

 

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

 

function clearBreakpoints(){

   // clear breakpoints magic

}

 

Anybody?