You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I believe
vscode-rdbg/src/extension.ts
Line 115 in dd16d14
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.
The text was updated successfully, but these errors were encountered: