Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Code DebuggerNew to Visual Studio Code? Get it now.
Code Debugger

Code Debugger

wowbox

|
249,165 installs
| (5) | Free
Debug JS, TS, Python, Go, Dart, C/CPP, Rust, CoffeeScript, Lua
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Debugger

English README

无需配置launch.json即可进行单文件调试,点击右上角虫子图标或者右键菜单都可以。

支持JS、TS、Python、Dart、Coffeescript、Go、C/C++、Rust、Bash、Lua。

demo

如果需要其他语言的,欢迎提需求

常见问题

1、TypeScript 无法调试

原因是node不支持import引入,将"module"改为"commonjs"即可。

// tsconfig.json
{
  "compilerOptions": {
    "module": "commonjs",
    ...
  }
}

注意事项

  1. Code Debugger 会自动安装语言debug必须的Vscode扩展,可能需要reload window。
  2. 语言的开发环境需要先配置好(例如:go 需要dlv)。
  3. Bash需要4.0以上版本,mac系统升级Bash请自行百度或者Google。
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft