zjffun blog

Visual Studio Code 在 JS 源码(TS、压缩前代码)上使用断点

更新于 写于

步骤:

  1. 在构建工具(webpack、gulp 等)的配置中开启生成 source map
  2. 将 VSCode 配置中的debug.allowBreakpointsEverywhere设置为true(重要!这个选项默认是false

现在就可以愉快得在源码上下断点了。

参见:Can set break points in the Visual Studio Code debugger for Typescript, but not for other languages that compile to JavaScript · Issue #41937 · Microsoft/vscode