Showing the debug output
已回答
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?
请先登录再写评论。
Hello,
Could you provide an example, please?
PhpStorm should show all this information in Variables pane if I am not mistaken.
See the console window output in eclipse showing the notices
No such information is shown in PHPStorm:
Hi there,
You may see it in "Console" tab -- not the same nicely formatted and short output ... but it's shown there.
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.