Move execution point back/forward
Hi,
when debugging with phpstorm sometimes i would skip a line, or maybe go back. This is possible in Visual Studio by dragging the execution point back or forward. Can I do this with PHPstorm too?
thanks
Please sign in to leave a comment.
No, it's not possible. Please vote/comment for the issue: https://youtrack.jetbrains.com/issue/WI-21251
That issue is about moving a breakpoint not the current execution statement, they are not equivalent, I'd like to vote/request the feature for setting the execution point
@Eduardo Wada
As far as I'm aware Xdebug does not support that.
Also: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000002610-Set-Next-Statement
On related note: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000002070/comments/360000009244
Xdebug does not support that indeed.
Please vote/comment for this issue if you want it implemented:
https://youtrack.jetbrains.com/issue/OC-536
adrian.hawryluk
That ticket has nothing to do with PhpStorm .. as existing PHP debuggers / native stuff does not support such functionality.