Search code examples
phpeclipsedebuggingxdebugeclipse-pdt

Eclipse PDT / XDebug - How to move instruction pointer backward?


I have setup eclipse PDT and Xdebug. During debugging, I want to move instruction pointer backwards one or more steps. Is this possible?


Solution

  • This is currently not possible. But the Xdebug author (me) is working on something like this. It is in a very early state though! The git branch is at https://github.com/derickr/triceratops