Showing the debug output

Answered

I have just moved from Zend Studio to phpstorm and started using the debugger.

In eclipse PDT / Zend you could see the deubgger messages for things like file not found and warnings about variable declarations in the Console window.

How can I view this debugging information in phpstorm? 

0
4 comments
Avatar
Permanently deleted user

Hello,

Could you provide an example, please?

PhpStorm should show all this information in Variables pane if I am not mistaken.

0
Avatar
Permanently deleted user

See the console window output in eclipse showing the notices

No such information is shown in PHPStorm:

0

Hi there,

You may see it in "Console" tab -- not the same nicely formatted and short output ... but it's shown there.

0
Avatar
Permanently deleted user

Thanks, I didn't see a console tab in the debugger.

Interestingly I do see one now, it must have been one of those buttons on the top right of the debug window that made it appear.

0

Please sign in to leave a comment.