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
Describe the bug
It does not detect the debugger even though it's identifier is in the settings.json file. It works after opening settings.json and saving.
To Reproduce
Steps to reproduce the behavior:
Add a new debugger to the trackDebuggers list
Reload the vscode screen
Start the debugger
Run command 'add new memory view'
You will see an error 'The current debugger does provide a memory read API. Cannot add a memory view'
Open settings.json and save without making any modifications
Start the debugger
Run command 'add new memory view'
It works
Expected behavior
Step 5 should not be happening.
Environment (please complete the following information):
OS: Ubuntu 20.04.6 LTS
Version of Memory View (this extension) v0.0.25
Debugger Type: Custom debugger that implements Debug Adapter Protocol in Cpp and supports memory read and writes
Debugger Version: N/A
Additional context
I am using the extension development host environment to test my debugger extension. I am not 100% sure, but it might be related.
The text was updated successfully, but these errors were encountered:
Describe the bug
It does not detect the debugger even though it's identifier is in the settings.json file. It works after opening settings.json and saving.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Step 5 should not be happening.
Environment (please complete the following information):
Additional context
I am using the extension development host environment to test my debugger extension. I am not 100% sure, but it might be related.
The text was updated successfully, but these errors were encountered: