I'm wondering if its possible to debug using XDebug working on an RPC-Application (based on the RPC-Client-Server-Model)?
I tried setting a breakpoint on the Server-Side code but its not debugging.
I can verify
- that the Browser's Cookie is set correctly
- that X-Debug is working on my IDE (use it on other Application that are not based on RPC)
I am just wondering if i face any Error i dont see or if its just impossible.