I'm debugging my PHP application, trying to see what HTML code is being generated while I trace through the code.
Problem is, everytime the Debug Output window fills its window, it scrolls to the top, forcing me to scroll down to view the last few HTML lines generated.
Is there a way to make Debug Output not scroll up ?
The effect I'm after is like doing a tail -f on a changing file - I always see the last lines added.
Hope there is a solution out there.