Eclipse PDT debugging web application: evaluating expressions in a console

Posted by dreftymac on Stack Overflow See other posts from Stack Overflow or by dreftymac
Published on 2010-04-02T21:08:14Z Indexed on 2010/04/02 21:13 UTC
Read the original article Hit count: 651

Filed under:
|
|

When using Eclipse PDT with XDebug to debug a PHP web application, is there any way to open up a console window that will allow me to type in and see the value of arbitrary expressions in the current scope?

This would seem like an obvious element of the debugging environment, and I may be missing something, but the only thing resembling a console says "no consoles to display at this time"

© Stack Overflow or respective owner

Related posts about php

Related posts about debugging