Is it possible to use xdebug on the command line without hard-coding the machines IP for remote_host and disabling remote_connect_back? While this method works it requires changing those settings when working from different locations such as the office and at home. I would rather not do this if possible. The environment is a vagrant box provisoned by Puphpet and IDE PHPStorm.
Reference link: http://developer.sugarcrm.com/2012/11/21/command-line-xdebug-on-a-remote-server/