Replies: 1 comment
-
Solved, by reading a little more documentation: https://typestrong.org/ts-node/docs/configuration/#node-flags If I add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all. I've been using NodeJS's --inspect-brk argument for years, and recently started using ts-node to avoid emitting files unnecessarily.
Unfortunately, I ran into a bug and I can't figure out how to use
--inspect-brk
with my project. package.jsonPart of my trouble is I couldn't find much documentation on typestrong.org/ts-node about debugging, and none on the --inspect option. So, whatever the answer is, I'd like to see the docs updated, please.
Beta Was this translation helpful? Give feedback.
All reactions