Skip to content

Commit

Permalink
Update debug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebabarus authored Jul 26, 2023
1 parent fd87f5a commit 4fb795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/cloud-guide/test/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ You need the following:
ssh USERNAME@CLUSTER.ent.magento.cloud 'rm /run/platform/USERNAME/xdebug.sock'
```

1. Set up the SSH tunnel for Xdebug for each web nodes of the cluster.
1. Set up the SSH tunnel for Xdebug for each web node of the cluster.

```bash
ssh -R /run/platform/USERNAME/xdebug.sock:localhost:9000 -N USERNAME@CLUSTER.ent.magento.cloud
Expand Down

0 comments on commit 4fb795d

Please sign in to comment.