You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,22 @@ For information on how to configure xDebug with your IDE and work it out, check
299
299
300
300
301
301
302
+
<br>
303
+
<aname="Control-xDebug"></a>
304
+
## Start/Stop xDebug:
305
+
306
+
By installing xDebug, you are enabling it to run on startup by default.
307
+
308
+
To control the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):
309
+
310
+
- Stop xDebug from running by default: `.php-fpm/xdebug stop`.
311
+
- Start xDebug by default: `.php-fpm/xdebug start`.
312
+
- See the status: `.php-fpm/xdebug status`.
313
+
314
+
Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebug` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
315
+
316
+
317
+
302
318
<br>
303
319
<aname="Install-pcov"></a>
304
320
## Install pcov
@@ -322,22 +338,6 @@ of the [README](https://github.com/krakjoe/pcov)
322
338
323
339
324
340
325
-
<br>
326
-
<aname="Control-xDebug"></a>
327
-
## Start/Stop xDebug:
328
-
329
-
By installing xDebug, you are enabling it to run on startup by default.
330
-
331
-
To control the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):
332
-
333
-
- Stop xDebug from running by default: `.php-fpm/xdebug stop`.
334
-
- Start xDebug by default: `.php-fpm/xdebug start`.
335
-
- See the status: `.php-fpm/xdebug status`.
336
-
337
-
Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebug` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
0 commit comments