docs: fix debug command (#8654)

This commit is contained in:
Howie Zhou 2025-05-23 09:43:27 -07:00 committed by GitHub
parent a40443f5f4
commit ca9fe7c5c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
},
{