You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using ts-node with VSCode to debug my projects, and there are 2 launch.json configurations.
Conf1
is able to setup breakpoint,Conf2
is NOT able to setup the breakpoint at same positon.MY QUESTION: how to get
Conf2
work asConf1
?Conf1
lanuch.json
:Conf2
launch.json
:The
package.json
file's content:If I launch debug with
BackEnd Debug
(Conf2), VSCode just shows me anunbound breakpoint
errorBeta Was this translation helpful? Give feedback.
All reactions