PHP debugging is buggy

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
franka
Posts: 4
Joined: Sun Nov 16, 2008 8:59 pm
Location: Berlin, Germany

PHP debugging is buggy

Post by franka »

Debugging on a webserver with Xdebug installed wont work correctly when inside the script a form is used.
If the submit button is pushed and the page is reloaded, the debug-session seems to end.

May be there is something wrong how the debug session is handled by Webuilder with the external browsers (it doesn't work with Firefox nor with IE).
I compared PHP debugging with Aptana where its working without problems (I use Xdebug on the server on the defaut port 9000).

Is there a workaround or some improvements planned for future versions? This time PHP debugging is for me unusable :(
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: PHP debugging is buggy

Post by Karlis »

This is not a bug, but a missing feature. The debugger simply does not currently support POST submissions. We are working on this and expect to release a solution within a 1 - 2 months.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply