Update docs/help/debugging.md

Another greptile suggestion

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Andrew Porter 2026-03-14 14:11:36 -07:00 committed by GitHub
parent d60954f873
commit 4dfcd5297f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ The OpenClaw project uses `tsdown` to bundle TypeScript code into JavaScript for
1. Enable debugging support in the `tsdown` configuration and rebuild:
- Set `OUTPUT_SOURCE_MAPS` to `true` in `tsdown.config.ts`
- Run `npx rimraf dist && pnpm build` to rebuild the project
- Run `node -e "require('fs').rmSync('dist', {recursive: true, force: true})" && pnpm build` to rebuild the project
2. Open the `Run and Debug` panel from the Activity Bar or press `Ctrl`+`Shift`+`D`
3. Select one of the debug configurations from the dropdown
4. Press the "Start Debugging" button next to the dropdown or press `F5`