You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also make sure you configure your IDE to connect to Xdebug cloud:
43
+
44
+
-[PhpStorm](https://xdebug.cloud/docs#phpstorm)
45
+
-[Visual Studio Code](https://xdebug.cloud/docs#vscode)
46
+
47
+
**Reverse SSH tunnel**
48
+
49
+
If you're not using Xdebug cloud, you need to open a reverse SSH tunnel so that Xdebug on the Hypernode can communicate with PhpStorm on your local machine:
Then you open up your PhpStorm project and go to your *File -> Settings -> PHP -> Servers*. Click the *+* button to add a server and fill *Name* and *Host* with the full domain name of the site you want to debug (for example www.shop.com). Then check the box *Use path mappings* and click on the right column next to your project root. Here you can fill in the absolute path of the application on the remote server, for example:
34
58
35
59
-`/data/web/magento2`
@@ -48,6 +72,8 @@ Finally click the *Start Listening for PHP Debug Connections* button. Now your d
48
72
49
73

50
74
75
+
### Start debugging
76
+
51
77
To start debugging, make sure you have the Xdebug helper extension enabled in your browser:
52
78
53
79
-[Xdebug helper for Google Chrome](https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc?hl=en)
0 commit comments