문제

I want to do trace or log messages to a debug window while debugging PHP in Eclipse.

Can I do it printing to stderr or something like that? I've tried, but I don't know in which Eclipse window to look for it.

I know I can do this via watches and expressions, but it would be more agile to have it automatically printed each time I debug.

I use Eclipse with Zend Debugger and Apache.

도움이 되었습니까?

해결책

The easiest way to do is just create a text file and append your debugging log in that file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top