Mocha breakpoints using Visual Studio Code

后端 未结 20 1321
星月不相逢
星月不相逢 2020-12-12 11:52

Is it possible to add breakpoints to ones Mocha tests using Visual Studio Code?

Normally when debugging code one need to configure the launch.json, setting the prog

20条回答
  •  一向
    一向 (楼主)
    2020-12-12 12:06

    In VSCode version 1.13.0 (macOS), they have it built-in under configurations -> Mocha Tests.

提交回复
热议问题