NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
debugger and output_buffering *explained*
Veteran

Joined: 28 Nov 2005
Posts: 144
Reply with quote
In my php.ini I've output_buffering set to Off but during the debug after an echo I've not its output in the output window.

How is possible to enable this? I'd like to have the output in realtime in the output windows (I'm using the PHPEd output windows, so there is not any browser buffering problem in the middle)

thanks
View user's profileFind all posts by blackSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
do you mean View->Debug windows->Output?
Normally it displays all the output produced by the script as soon as corresponding echos or prints are done.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 28 Nov 2005
Posts: 144
Reply with quote
no, I mean the output tab where you can switch between HTML and source code. Or the external browser too.

tnx
View user's profileFind all posts by blackSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
this window will not show you any source until </body> is reached.
I'd recommend you to use View->Debug windows->Output. It's synchronous.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 28 Nov 2005
Posts: 144
Reply with quote
I would suggest to show the source anyway in that window (about html you should not display it until </body> (if present) is reached)
View user's profileFind all posts by blackSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
Tell it to Microsoft Smile This tab displays nothing more but SOURCE provided by embedded webbrowser.
And of course this source is NOT available until </body> is reached. We NuSphere have no control over this Smile

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 28 Nov 2005
Posts: 144
Reply with quote
ok you win Smile

M$ won? Very Happy
View user's profileFind all posts by blackSend private message
debugger and output_buffering *explained*
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic