Skip to content

Commit

Permalink
[ci] lint md
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Mar 4, 2024
1 parent 66a868b commit 7737b64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you're running Add the following in `.vscode/launch.json`
}
]
}
```
```

Then run

Expand All @@ -51,6 +51,7 @@ Add the following to `packages/grid/backend/grid/__init__.py`
import pydevd_pycharm
pydevd_pycharm.settrace('your-local-addr', port=5678, suspend=False)
```

Ensure that `your-local-addr` is reachable from the containers.

Next, replace the debugpy install and `DEBUG_CMD` in `packages/grid/backend/grid/start.sh`:
Expand All @@ -66,7 +67,7 @@ fi

If it fails to connect, check the backend logs. You might need to install a different pydevd-pycharm version. The version to be installed is shown in the log error message.

Whenever you start a container, it attempts to connect to PyCharm.
Whenever you start a container, it attempts to connect to PyCharm.

```bash
tox -e dev.k8s.hotreload
Expand Down

0 comments on commit 7737b64

Please sign in to comment.