Don't send evaluate requests to debug sessions that are not rdbg
Opened this issue · 0 comments
davidanthoff commented
I believe
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.