Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • php-apps-base php-apps-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Monday FactoryMonday Factory
  • php-apps-basephp-apps-base
  • Wiki
  • xdebug

xdebug · Changes

Page history
Update xdebug authored Apr 23, 2018 by Vojta Tremčinský's avatar Vojta Tremčinský
Hide whitespace changes
Inline Side-by-side
xdebug.md
View page @ 0f8f1054
...@@ -10,7 +10,7 @@ fpm: ...@@ -10,7 +10,7 @@ fpm:
... ...
environment: environment:
PHP_IDE_CONFIG: "serverName=docker" PHP_IDE_CONFIG: "serverName=docker"
XDEBUG_CONFIG: "remote_host=10.254.254.254 profiler_enable=[0|1] remote_enable=[0|1]" XDEBUG_CONFIG: "remote_host=host.docker.internal profiler_enable=[0|1] remote_enable=[0|1]"
... ...
``` ```
...@@ -48,3 +48,12 @@ a pak jiz vesele xdebugujeme. ...@@ -48,3 +48,12 @@ a pak jiz vesele xdebugujeme.
## depricated ## depricated
Alias byl nahrazeno internim docker hostnamem "host.docker.internal", takze by toto uz nemelo byt potreba.
Je potreba vytvorit alias na network interface, aby bylo kam mapovat requesty. (viz https://www.arroyolabs.com/2016/10/docker-xdebug/)
```
sudo ifconfig lo0 alias 10.254.254.254
```
Clone repository
  • Home
  • xdebug