开发者

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

I have a drupal module with a function which is called more than 开发者_StackOverflow1 time. With the »run to cursor« button, I can jump to the breakpoint once.

But after I'm stepping out from the breakpoint, which is inside a function, which will be called more then 1 time, I cannot return with the »run to cursor«-button, to check, what happens at the second call of my function.

Has anybody an idea? Thank's in front.


If you have breakpoint inside your function can't you just Continue (F5) debugging? Xdebug will stop on this breakpoint when the function is called.


You can't. XDebug does not allow that. There a couple of commercial solutions. Although maybe if enough votes are put into that feature it'll get done...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜