Reputation: 113
I don't know if I am missing something but I can't manage to debug this very simple Node JS program with VS Code (I'm on a Ubuntu env) :
When I start debugging, my breakpoint is "set but not yet bound". The strange thing is that the execution will stop on exceptions if I ask it to, but it will NEVER stop on my breakpoints.
My launch.json file is as follows :
Thank you for your answers.
Upvotes: 4
Views: 3211
Reputation: 113
I found a workaround. There is a bug on breakpoints in VS Code and to get it work :
Upvotes: 2