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

Debugger does not work in 1.88 #362

Open
roadhump opened this issue Apr 5, 2024 · 6 comments
Open

Debugger does not work in 1.88 #362

roadhump opened this issue Apr 5, 2024 · 6 comments
Labels

Comments

@roadhump
Copy link

roadhump commented Apr 5, 2024

When run debug in VSCode 1.88, debug bar appears, but debugger does not stop. In terminal command is the same as simple run, like node_modules/.bin/jest /Users/blabla/Projects/tests/__tests__/check.test . I suspect it is connected with new Shell integration feature and probably it may be solved through config, but I was not able to find proper combination.

@firsttris
Copy link
Owner

i want to switch debug mode to opening the integrated debug terminal and do the same thing as we do for run.

@firsttris firsttris added the bug label Apr 6, 2024
@firsttris
Copy link
Owner

from my research there is no other way to just open the debug terminal (like you can do it from the vscode ui) with the API.

the only way is the one we currently have implemented.

@roadhump
Copy link
Author

roadhump commented Apr 8, 2024

@firsttris So, can it be solved? Or should I stay on VSCode 1.87?

@lamuertepeluda
Copy link

Is it related to microsoft/vscode#209785 ?

@SergioSuarezDev
Copy link

SergioSuarezDev commented Apr 8, 2024

same here with jest runner v0.4.73
and vscode: 1.88.0 (Universal)

@connor4312
Copy link

@SergioSuarezDev please update VS Code, your issue is already fixed.

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

No branches or pull requests

5 participants