microsoft / vscode-chrome-debug-core

A library for implementing VS Code debug adapters for targets that implement the Chrome Debugging Protocol.
Other
157 stars 119 forks source link

Added additional exception handling for environments that are not support getPossibleBreakpoints requests #545

Closed SounD120 closed 5 years ago

SounD120 commented 5 years ago

This PR forces getBreakpointsLocation function to swallow error messages in cases if environment doesn't support getPossibleBreakpoints request. Fixes #534

SounD120 commented 5 years ago

@roblourens I changed check approach, and scoped this check down. Please let me know if have any concerns about that fix. Not sure why the tests are failed, because they are passed on my machine locally.