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

Problems with debugger #34

Open
nanotecnologista opened this issue Oct 25, 2022 · 2 comments
Open

Problems with debugger #34

nanotecnologista opened this issue Oct 25, 2022 · 2 comments

Comments

@nanotecnologista
Copy link

Estou com problemas para rodar o debugger

image

node_modules/vitest/vitest.mjs run --threads false --coverage -t should return an entity with errors src/@core/company/application/use-case/update-company.use-case.spec.ts
Debugger listening on ws://127.0.0.1:45253/92ab3c49-bf70-4b84-bf71-cb5e52b09cba
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Waiting for the debugger to disconnect...
^C
Process finished with exit code 130 (interrupted by signal 2: SIGINT)

@ewoelfel
Copy link
Contributor

I think this post lacks some information what is actually problematic.
However i did also have problems in the past, maybe this helps you. In order to come to the next breakpoint you need to initially click on "Resume Program" or hit F9.
I don't know why this is the case, but this enables you to start the actual test and get to breakpoints etc.

@nanotecnologista
Copy link
Author

I think this post lacks some information what is actually problematic. However i did also have problems in the past, maybe this helps you. In order to come to the next breakpoint you need to initially click on "Resume Program" or hit F9. I don't know why this is the case, but this enables you to start the actual test and get to breakpoints etc.

Obrigada! Vou tentar fazer

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

No branches or pull requests

2 participants