+ profiler things

* fix custom node version install in workspace
This commit is contained in:
2021-08-27 13:36:45 +03:00
parent 93eddcdf84
commit 3535a09ce9
8 changed files with 66 additions and 26 deletions

View File

@ -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: