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?