Skip to content

Comments

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

Open
stefanfuchs wants to merge 5 commits intographql-boilerplates:masterfrom
stefanfuchs:master
Open

fix: debug command in package.json not working#335
stefanfuchs wants to merge 5 commits intographql-boilerplates:masterfrom
stefanfuchs:master

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