debugging server side script |
Site Admin
|
Of course. Can you show me the project settings ? |
||||||||||||||
|
struck with debugging server side web service |
|
Hi,
I am struck with the same concern and found nothing on the newsgroups! I tried with the NuSOAP client/server exemple: PhpEd debugs the client side as it is launched from the IDE but is unable to detect that the client calls a function in the server file. Thus, putting a breakpoint in the server file does nothing. Ddmitrie, Your answer seemed promising but left me no clue of what to do!!! You tend to say there is a way to do so, maybe by tweaking the project settings ? Thanks for your help. |
||||||||||||
|
Site Admin
|
Hi,
it's not that hard. When you call an endpoint, you'd supply DBGSESSID variable and it will trigger the debugger. In particular, look at your WSDL file, find all endpoinst you want to debug, add to them DBGSESSID=1; Alternatively you may add DebugBreak() in your server side scirpt. Certainly, before doing anything said above, you have to install debugger module on the server and make sure it reaches the IDE through the network. |
||||||||||||
|
debugging server side script |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by