views:

96

answers:

2

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.

A: 

In the Eclipse Console view, check the "Scroll Lock" button. It should be unchecked for the Output to be the latest.

Fernando
The OP says the console scrolls UP when there's output... that doesn't sound like the console's Scroll Lock is enabled to me.
Dolph
The article on http://www.eclipsezone.com/eclipse/forums/t53574.html is suggesting the same thing. But will clicking on the Scroll Lock button affect the Debut Output window (which doesn't have its own Scroll Lock button) ? Is there a way to redirect output from the Debug Output window to the Console window ?
Danny Sinang
A: 

Sorry, not really an answer, but actually a continuation of the question... Danny: Did you ever find a solution to this issue? I have the same problem. The debug output window always shows the "top" of the output and does not auto scroll down when the pane fills up...

Ross