Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 949dde5

Browse files
committed
edit README to make PhpStorm notes more specific to this project
1 parent d8217c2 commit 949dde5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ Xdebug can be enabled by doing the following:
249249
## Configuring PhpStorm for remote debugging
250250
251251
In PhpStorm go to: Preferences > PHP > Debug > DBGp Proxy and set the following settings:
252-
- Host: 172.17.0.1
252+
- Host: (your IP address or hostname)
253253
- Port: 9000
254254
Set path mappings in: Preferences > PHP > Servers
255-
- Add server 'localhost' and map 'application' to '/data' (varies by app)
256-
If this step is omitted, PhpStorm should prompt when an unrecognized path is encountered.
255+
- Add a server and map the project folder to '/data/vendor/simplesamlphp/simplesamlphp/modules/material'
256+
- Map other directories as needed. PhpStorm should prompt when an unrecognized path is encountered.
257257
258258
Then start listening by clicking the "listen" button on the PhpStorm toolbar.

0 commit comments

Comments
 (0)