Wed Jun 13, 2007 11:01 am |
Replies: 3 |
Views: 4895 |
|
 |
Ok, thank you for your reply.
I ended up debugging one script at a time by adding/removing query strings from called script name as I progress (?DBGSESSID=...)
I compared pretty much all PHP deve ...
|
Mon Jun 11, 2007 9:52 pm |
Replies: 3 |
Views: 4895 |
|
 |
More details about my environment:
I run Win XP, PhpEd 5.0 and here's what I added to php.ini following recommendations of dbg-wizard.php:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PhpE ...
|
Sun Jun 10, 2007 7:00 pm |
Replies: 3 |
Views: 4895 |
|
 |
Hello there, I am trying to see if PhpEd is capable to spawn multiple debugging sessions.
I have code in file1.php executing file2.php script:
file1.php:
<?php
$request = 'http://localhost ...
|
Fri Sep 23, 2005 8:49 am |
Replies: 1 |
Views: 5940 |
|
 |
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.htm ...
|
Thu Sep 22, 2005 3:59 pm |
Replies: 2 |
Views: 6313 |
|
 |
Here is a simplified version of what I am trying to accomplish:
- 2 local files exists - getPassword.html and checkPassword.php. Win XP + IIS.
- getPasswordhtml has this:
<form name="passwo ...
|
Thu Sep 22, 2005 8:57 am |
Replies: 2 |
Views: 6313 |
|
 |
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 debugg ...
|