Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>chair-debugNew to Visual Studio Code? Get it now.
chair-debug

chair-debug

zengyue

|
1,568 installs
| (0) | Free
chair 调试工具
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

chair-debug

Visual Studio Code plugin for chair

Getting Started

  1. 添加launch.json, 可以通过debug菜单项直接添加
  2. 添加debug配置,配置文件如下
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "attach",
      "name": "Attach to Process",
      "processId": "${command:extension.pickChairProcess}",
      "port": 5858,
      "restart": true
    }
  ]
}

这里主要关注processId这个配置项,restart配置当修改文件,app worker 重启后,是否自动attach worker 进程

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft