NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugging multiple files?


Joined: 23 Sep 2005
Posts: 6
Reply with quote
The PhpED v4 cannot seems to stop at a breakpoints when one script refers to another file.

Here is a simplified version of what I am trying to accomplish:
- 2 local files exists - getPassword.html and checkPassword.php. Win XP + IIS.

- Execution starts from getPassword.html where user must fill in the form and press "submit".

- getPasswordhtml has this code:
<form name="passwordForm" method="post" action="checkPassword.php">
<input name="checkEmail" type="text" size="40">
<input type="submit" name="Submit" value="Submit">
</form>

- Tools->Settings->IDE Settings->Run mode set to "HTTP 3-rd party WEB server".

- I want to run HTML file, fill in the form as it shows up and then stop at a breakpoint in .php file.

I set a breakpoints, run the HTML (click green arrow), fill in the form but execution never stops in .php breakpoints, instead it shows all php output in "Output" window.

Is it possible to debug more than one file and stop at breakpoints?

Thanks,

Gleb Esman
View user's profileFind all posts by gesmanSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
Please see my answer on the question here phped-v-4-failed-to-start-debugging-session-timeout-amp-t1607.html
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Debugging multiple files?
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