Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.
PHPEdit updates the output panels when it recieves output from the debugger (as long as these panels are enabled, check the settings dialog if needed).
However, if PHP is doing some output buffering, there might be a delay between when there's an output in the code, and when it's actually sent by PHP.
To make sure that this doesn't happen, make sure that
output_buffering
is set to "Off" in your php.ini file.