Using emacs geben plugin, I've added breakpoints to my php application via the breakpoint menu: where B
opens up a menu where you get to choose from
1) line 2) call ..., etc.
I've chosen call
and added the function name to the list of breakpoints.
But unlike lines (where you can press b
and u
to set and unset a breakpoint respectively, the function call breakpoint just keeps breaking at that point. How do I get rid of the call breakpoints?