<p><b>Xdebug</b> is included in virtual machine to make working with <b>Bitrix Framework</b> easier. It works as follows:</p> <p><img src="/images/portal_admin/install/vmbitrix/setting_ide.png" /></p> <p>Before changing the settings, the file <b>xdebug.ini.disabled</b> shall be renamed to <b>xdebug.ini</b>, and httpd shall be restarted.</p> <p>Use the following example to setup the machine:</p> <pre class="syntax">$ cat /etc/php.d/xdebug.ini ; Enable xdebug extension module zend_extension=/usr/lib/php/modules/xdebug.so xdebug.remote_enable=on xdebug.remote_host=192.168.205.1 xdebug.remote_port=9000</pre> <p><div class="hint"><b>Note</b>: <b>Xdebug</b> requires using proxy when working through <b>Network Address Translation</b>. Port 9000 shall be opened.</div></p>