Marco Zirino
Aug 26, 2017 · 1 min read

This is what I’m currently doing, but it’s proving too slow for me due to the following reasons: I don’t want to debug the first line of code in my program (which is jasmine.js), and I don’t want to have two steps (launch, attach). I just want to hit F5 and hit the breakpoint I’ve set in the file I’m testing. I’ve tried using “prelaunchTask”, but can’t get node — debug-brk to work as a background process, so no luck.

)