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 Mar 01, 2018 by Vojta Tremčinský's avatar Vojta Tremčinský
Hide whitespace changes
Inline Side-by-side
xdebug.md
View page @ c1c1e435
......@@ -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
......
Clone repository
  • Home
  • xdebug