From ca9fe7c5c8afa784069358612965cbd1379bf6c1 Mon Sep 17 00:00:00 2001 From: Howie Zhou <1996yeyan@gmail.com> Date: Fri, 23 May 2025 09:43:27 -0700 Subject: [PATCH] docs: fix debug command (#8654) --- docs/modules/usage/how-to/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, {