How to xdebug REST interface
Hi,
how can I debug a REST interface with xdebug?
To test I use a REST client like Postman for Chrome to do the requests towards my interface. But I want to see what happens inside my interface gererating the response.
best regards
namuk
请先登录再写评论。
Hi there,
Have a look at this similar question: http://stackoverflow.com/a/19147935/783119
Thanks a lot, that saves my day. :-)