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

Commit 6457667

Browse files
committed
Remove extra level in settings path (not applicable since PhpStorm 2021)
1 parent 77eff28 commit 6457667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ Xdebug can be enabled by doing the following:
249249
250250
## Configuring PhpStorm for remote debugging
251251
252-
In PhpStorm go to: Preferences > Languages & Frameworks > PHP > Debug > DBGp Proxy and set the following settings:
252+
In PhpStorm go to: Preferences > PHP > Debug > DBGp Proxy and set the following settings:
253253
- Host: (your IP address or hostname)
254254
- Port: 9000
255255
256-
Set path mappings in: Preferences > Languages & Frameworks > PHP > Servers
256+
Set path mappings in: Preferences > PHP > Servers
257257
- Add a server, giving it your IP address and a port of 9000, and map the project folder to
258258
'/data/vendor/simplesamlphp/simplesamlphp/modules/material'
259259
- Map other directories as needed. PhpStorm should prompt when an unrecognized path is encountered.

0 commit comments

Comments
 (0)