Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
2e7becfe
Commit
2e7becfe
authored
Oct 06, 2017
by
Joe Strong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to xdebug config to allow for remote debugging
parent
5113365f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
enabled-xdebug.ini
docker/app/enabled-xdebug.ini
+2
-0
php.ini
docker/app/php.ini
+0
-9
No files found.
docker/app/enabled-xdebug.ini
View file @
2e7becfe
zend_extension
=
xdebug.so
xdebug.remote_enable
=
1
xdebug.remote_connect_back
=
1
docker/app/php.ini
View file @
2e7becfe
...
...
@@ -1916,12 +1916,3 @@ ldap.max_links = -1
; Local Variables:
; tab-width: 4
; End:
[xdebug]
zend_extension
=
"xdebug.so"
xdebug.remote_enable
=
1
xdebug.remote_host
=
localhost
xdebug.remote_port
=
9000
xdebug.remote_autostart
=
1
;xdebug.profiler_enable=0
;xdebug.profiler_output_dir=""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment