Interactive Console in Eclipse PDT and xDebug

I noticed that I have an interactive console in the perspective of debugging PHP in Eclipse, next to breakpoints, variables, and expressions. Can it be used by the xDebug or Zend debugger, or is it only for Java?

+5
source share
2 answers

The view of the interactive console is obtained from DLTK, and PDT does not use it, there is no function.

+6
source

Now you can do interactive debugging with PsySH .

I hope this will be integrated with Eclipse, that would be great.

0
source

All Articles