ddmitrie wrote: |
First of all, make sure you have set up dbg 2.14.10 on the server. Check phpinfo to see if all its settings are okay. |
Everything seems to be fine. Here is what it returns:
Version 2.14.10
Linked as a shared library.
Dbg security enabled.
Profiler compiled, enabled
debugger.enable_session_cookie On On
debugger.enabled On On
debugger.fail_silently On On
debugger.hosts_allow protected value protected value
debugger.hosts_deny protected value protected value
debugger.ignore_nops Off Off
debugger.JIT_enabled On On
debugger.JIT_host clienthost clienthost
debugger.JIT_level 3 3
debugger.JIT_port 7869 7869
debugger.ports protected value protected value
debugger.profiler_enabled On On
debugger.session_nocache On On
debugger.timeout_seconds 300 300
Quote: |
Quote: | 1) the headers of the page are displayed texto on the webpage output. Feature or bug? |
If you mean Output tab located in the bottom right corner, yes it shows http headers and it is normal. |
No, that the output tab in the bottom right corner shows them, fine with me. Here I mean that when the debugger is enabled, every single page in my web browser and in the browser integrated within phpED shows the headers textually at the top (before the content I generate with the php scripts)
Quote: |
do you mean that instead of any real output produced by echos, you don't see it on the Output tab ? |
That is what I mean yes: in the browser tab or in an external browser, it only shows the headers as text
Quote: |
If so, check if you have set output handler in php that intercepts all the output and therefore make it bypassing the debugger. |
I'm not sure I understand what you mean... I'm actually debugging code written by someone else, so I don't really know what I should be searching for...
Quote: |
I think that this problem is somehow related to 2).
Just check how it goes without debugger and make sure you have set up all the things correctly. I mean apache and php. |
When the debugger is disabled, everything is fine and running smoothly the way I want it. The headers are not output to the browser either