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

Ignores settings.json at startup #30

Open
BugraEryilmaz opened this issue Jul 25, 2024 · 0 comments
Open

Ignores settings.json at startup #30

BugraEryilmaz opened this issue Jul 25, 2024 · 0 comments

Comments

@BugraEryilmaz
Copy link

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:

  1. Add a new debugger to the trackDebuggers list
  2. Reload the vscode screen
  3. Start the debugger
  4. Run command 'add new memory view'
  5. You will see an error 'The current debugger does provide a memory read API. Cannot add a memory view'
  6. Open settings.json and save without making any modifications
  7. Start the debugger
  8. Run command 'add new memory view'
  9. 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.

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

No branches or pull requests

1 participant