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?