I get how to step in, out, and over... but how do i tell phped that i'm "all a-ok", done debugging and it should continue.
i don't want to "stop" the debug and not return page results, i just want it to continue with normal execution.
"stepping out" seems to work if you are close to the top of the call stack, but its a huge hassle if you are 10 functions deep in the call stack all called from different php files. - in this case, it takes several clicks and many seconds to get the script to "continue" normal execution.
where's the button located? i cant find it.
thanks,
Will