Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: debug command in package.json not working #335

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

stefanfuchs
Copy link

Use 'node -r ts-node/register --inspect' instead of 'ts-node --inspect', which doesn't work.
See: https://github.com/TypeStrong/ts-node#programmatic

Also added debug commands in the other boilerplate codes (basic and minimal).

Use 'node -r ts-node/register --inspect' instead of 'ts-node --inspect', which doesn't work.
See: https://github.com/TypeStrong/ts-node#programmatic
Add debug command in package.json (basic)
fix: debug command in package.json not working
@muhajirdev
Copy link

Hey, related to #438 , I can get the program running with vscode debugger now. After changing the debug command.

But still, when I add breakpoint on vscode. I still didn't stop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants