php - RPC-Model and Xdebug working together? -


i'm wondering if possible debug using xdebug working on rpc-application (based on rpc-client-server-model)?

i tried setting breakpoint on server-side code not debugging.


i can verify

  • that browser's cookie set correctly
  • that x-debug working on ide (use on other application not based on rpc)

i wondering if face error dont see or if impossible.

do want debug client application , seperately rpc server? cookie works debug session client (consumer rpc) application only.

i think, rpc application must have seperately configuration xdebug.

eg. in virtualhost section of rpc vhost

php_value xdebug.remote_enable    1 php_value xdebug.remote_connect_back    on php_value xdebug.remote_autostart    on  php_value xdebug.remote_enable    on php_value xdebug.auto_trace    on 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -