Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit be5e6af

Browse files
committed
Update README.md
pugdebug now supports idekey with a default value of "pugdebug", so use that in the examples.
1 parent 0d4741c commit be5e6af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ propely set up for remote debugging.
5858
A minimal configuration would be something like:
5959

6060
```
61-
xdebug.idekey=netbeans-xdebug
61+
xdebug.idekey=pugdebug
6262
xdebug.remote_enable=1
6363
xdebug.remote_port=9000
6464
xdebug.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
6868
config should be something like:
6969

7070
```
71-
xdebug.idekey=netbeans-xdebug
71+
xdebug.idekey=pugdebug
7272
xdebug.remote_enable=1
7373
xdebug.remote_port=9000
7474
xdebug.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
8383
xdebug.remote_enable=1
8484
xdebug.remote_port=9000
8585
xdebug.remote_host=33.33.33.1
@@ -154,7 +154,7 @@ Start pugdebug as stated in the previous section, click `Start` to
154154
start 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

0 commit comments

Comments
 (0)