Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VSCode 的动态加载脚本中设置断点是不可能的。
结果证明它们是未经验证的断点。
未验证的断点,由于找不到生成的代码而忽略了断点(源映射问题?)。
我在 launch.json 中尝试了各种 sourceMap 选项 - 无济于事。
我最近开始debugger在我希望代码停止调试的地方放置。
debugger