+ profiler things
* fix custom node version install in workspace
This commit is contained in:
22
README.md
22
README.md
@ -47,6 +47,28 @@ For start debugging in php-fpm, also in workspace
|
||||
|
||||
`./stop-xdebug.sh` or `./stop-xdebug.sh 73` if you launch start with php-version 73
|
||||
|
||||
#### Xdebug with profiler
|
||||
|
||||
Profiler saved your profiles into `/tmp` directory in own container.
|
||||
|
||||
In docker-compose.base.yml exists volume that represent `/tmp` directory to `./data/profiler`.
|
||||
In this case `./data/profiler` must be have `777` chmod`s.
|
||||
|
||||
For starting xdebug with profiler enable you might:
|
||||
|
||||
`./start-xdebug.sh 74 1`
|
||||
|
||||
Or
|
||||
|
||||
`./start-xdebug.sh 74 profiler` if you like
|
||||
|
||||
Second argument must be have any string
|
||||
|
||||
For disable profiler - just simple launch
|
||||
|
||||
`./quit-xdebug.sh`
|
||||
|
||||
|
||||
### Mysql
|
||||
|
||||
For import dumps from `hostfiles` directory you might be enter to mysql console:
|
||||
|
Reference in New Issue
Block a user