Skip to content

Commit 7935bfb

Browse files
fix: 修复debug启动方式
1 parent a7604f6 commit 7935bfb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Claude Code Best V3 (CCB)
1+
# Claude Code Best V5 (CCB)
22

33
[![GitHub Stars](https://img.shields.io/github/stars/claude-code-best/claude-code?style=flat-square&logo=github&color=yellow)](https://github.com/claude-code-best/claude-code/stargazers)
44
[![GitHub Contributors](https://img.shields.io/github/contributors/claude-code-best/claude-code?style=flat-square&color=green)](https://github.com/claude-code-best/claude-code/graphs/contributors)
@@ -133,7 +133,6 @@ TUI (REPL) 模式需要真实终端,无法直接通过 VS Code launch 启动
133133
-`src/` 文件中打断点
134134
- F5 → 选择 **"Attach to Bun (TUI debug)"**
135135

136-
> 注意:`dev:inspect``launch.json` 中的 WebSocket 地址会在每次启动时变化,需要同步更新两处。
137136

138137
## 相关文档及网站
139138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"build": "bun run build.ts",
3939
"dev": "bun run scripts/dev.ts",
40-
"dev:inspect": "bun --inspect-wait=localhost:8888/2dc3gzl5xot run scripts/dev.ts",
40+
"dev:inspect": "bun --inspect-wait=localhost:8888/2dc3gzl5xot run -d 'MACRO.VERSION:\"2.1.888\"' -d 'MACRO.BUILD_TIME:\"\"' -d 'MACRO.FEEDBACK_CHANNEL:\"\"' -d 'MACRO.ISSUES_EXPLAINER:\"\"' -d 'MACRO.NATIVE_PACKAGE_URL:\"\"' -d 'MACRO.PACKAGE_URL:\"\"' -d 'MACRO.VERSION_CHANGELOG:\"\"' --feature BUDDY --feature TRANSCRIPT_CLASSIFIER src/entrypoints/cli.tsx",
4141
"prepublishOnly": "bun run build",
4242
"lint": "biome lint src/",
4343
"lint:fix": "biome lint --fix src/",

0 commit comments

Comments
 (0)