diff --git a/docs/modules/usage/how-to/debugging.md b/docs/modules/usage/how-to/debugging.md index d7933376b7..9da29d59fc 100644 --- a/docs/modules/usage/how-to/debugging.md +++ b/docs/modules/usage/how-to/debugging.md @@ -14,7 +14,7 @@ The following `launch.json` will allow debugging the agent, controller and serve "name": "OpenHands CLI", "type": "debugpy", "request": "launch", - "module": "openhands.core.cli", + "module": "openhands.cli.main", "justMyCode": false }, {