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
}