I have 2 simple files - one HTML with <form> to submit values and one .PHP that got invoked when user pressed "Submit" on the form.
When I press F9 - I getting an error: "Failed to start debugger session (timeout), please verify settings for the local debugger module".
I made all possible searches on the WEB and forums and find only old posts. I also try to follow the steps described here:
http://forum.nusphere.com/faq-when-i-try-to-run-debuger-it-fails-with-timeout-message-t578.html (rather old post though) and it didn't help either.
What I need to accomplish is the following:
Fill-in the HTML form manually (just like user would do it) and then be able to stop on the breakpoint in PHP file, once it got invoked.
I run Win XP Pro, with IIS and all debugging and development is on the local machine.
Any ideas?
Thanks,
PS: I tried ZEND studio and PhpED - and really like PhpED - it looks and feels really professional and fully featured.
Gleb Esman