... | ... | @@ -16,10 +16,15 @@ fpm: |
|
|
...
|
|
|
environment:
|
|
|
PHP_IDE_CONFIG: "serverName=docker"
|
|
|
XDEBUG_CONFIG: remote_host=10.254.254.254
|
|
|
XDEBUG_CONFIG: "remote_host=10.254.254.254 profiler_enable=[0|1] remote_enable=[0|1]"
|
|
|
...
|
|
|
```
|
|
|
|
|
|
A v ENVu si nastavte profiler_enable a remote_enable dle potreby.
|
|
|
|
|
|
**Aktualne profiler nefunguje v PhpStormu, jelikoz ma xgrind novy format od xDebug 2.6**
|
|
|
|
|
|
|
|
|
## Sublime
|
|
|
|
|
|
V sublime je potreba nainstalovat xdebug client a v configu nastavit
|
... | ... | |