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
-
Hi all,
I was trying to debug a script recently but I couldn't find out how to attach the debugger to pause execution and inspect a few values.
Considering the Node script below, I would typically run
node inspect script.js
and it would open the debugger:Is there a way to do the same with
ts-node
?The debugger in Node looks like this:
Any advice on how to get this working would be much appreciated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions