This repository was archived by the owner on Aug 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ propely set up for remote debugging.
5858A minimal configuration would be something like:
5959
6060```
61- xdebug.idekey=netbeans-xdebug
61+ xdebug.idekey=pugdebug
6262xdebug.remote_enable=1
6363xdebug.remote_port=9000
6464xdebug.remote_host=127.0.0.1
@@ -68,7 +68,7 @@ If the project you want to debug is in a vagrant virtual machine, your xdebug
6868config should be something like:
6969
7070```
71- xdebug.idekey=netbeans-xdebug
71+ xdebug.idekey=pugdebug
7272xdebug.remote_enable=1
7373xdebug.remote_port=9000
7474xdebug.remote_connect_back=1
@@ -79,7 +79,7 @@ Do note that when debugging CLI scripts from a vagrant virtual machine, the
7979` remote_host ` setting. The xdebug configuration should look something like:
8080
8181```
82- xdebug.idekey=netbeans-xdebug
82+ xdebug.idekey=pugdebug
8383xdebug.remote_enable=1
8484xdebug.remote_port=9000
8585xdebug.remote_host=33.33.33.1
@@ -154,7 +154,7 @@ Start pugdebug as stated in the previous section, click `Start` to
154154start a debugging session and then in a second terminal type:
155155
156156```
157- export XDEBUG_CONFIG="idekey=netbeans-xdebug "
157+ export XDEBUG_CONFIG="idekey=pugdebug "
158158```
159159
160160(or whatever you set the ` xdebug.idekey ` setting to) and then start
You can’t perform that action at this time.
0 commit comments