Php command line debugging using xdebug

command linedebuggingPHPwindowsxdebug

I am new to xdebug and would like to know if this is possible to debug a php script from Windows command line (applying breakpoints). I have gone through various examples of using xdebug but all they talk about debugging through IDE (Eclipse or Netbeans).

So i am wondering if this is possible to debug scripts using command line (Windows). If this is possible then can someone provide link/URL that provides step by step guidance to achieve this?

Best Answer

The xdebug project page mentions some client implementations, it mentions:

Xdebug 2 is bundled with a simple command line client for the DBGp protocol.

Did you try that one?