NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
[resolved] System debug rather than single script debug


Joined: 04 Oct 2007
Posts: 2
Reply with quote
Hi,

I have the debugger working but it seems to be capable of only doing one script at a time. Can it do a system of scripts, i.e one script bringing up another, etc.?

Thanks so far.

Keith.
View user's profileFind all posts by kbrauchSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
It depends on how it brings up the others.
If it just issues Location: header or somehow redirects, it is suppoted because nothing prevents current sessions to finish and new session to start afterwhile.
If for example you run an HTTP request (e.g. with CURL) and want to debug script that handles the request on the remote site while the current script is being debugged, it's not supported. You have to run current script without debugging and pass debugger request (see DBGSESSID in the FAQ explained) to the remote site.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 04 Oct 2007
Posts: 2
Reply with quote
Thanks for the quick response.

When I attempt to do a remote debug I have the following problem:

"Dbg mapping", "Failed to find a way to load "C:\Program Files\xampp\htdocs\clinic1\openemr\interface\usergroup\usergroup_admin.php" remote file. Opening it using debugger protocol", "9:46:41 AM", ""

It looks to me like the dbg is pointing to the right file.

Thanks again,

Keith
View user's profileFind all posts by kbrauchSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
you may want to check and correct remote path in the project settings.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
[resolved] System debug rather than single script debug
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