php - How the netbeans debugger (xdebug) can jump back to breakpoint, if breakpoint was already reached? -


i have drupal module function called more 1 time. »run cursor« button, can jump breakpoint once.

but after i'm stepping out breakpoint, inside function, called more 1 time, cannot return »run cursor«-button, check, happens @ second call of function.

has idea? thank's in front.

if have breakpoint inside function can't continue (f5) debugging? xdebug stop on breakpoint when function called.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -