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

Don't send evaluate requests to debug sessions that are not rdbg #505

Open
davidanthoff opened this issue Dec 22, 2024 · 0 comments · May be fixed by #506
Open

Don't send evaluate requests to debug sessions that are not rdbg #505

davidanthoff opened this issue Dec 22, 2024 · 0 comments · May be fixed by #506

Comments

@davidanthoff
Copy link

I believe

await session.customRequest("evaluate", args);
ends up sending that evaluate request to any debug session, even completely different language ones. We are seeing this in the Julia extension now, that Julia debug sessions receive that evaluate request.

I believe the correct thing to do here is to check whether the debug session is actually one handled by vscode-rdbg and then only send this evaluate request to those sessions and leave all the other sessions alone.

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

Successfully merging a pull request may close this issue.

1 participant