farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

Silence DAP errors #192

Closed theIDinside closed 7 months ago

theIDinside commented 7 months ago

These errors tend to be ok to just ignore. We can't control VSCode or when it sends requests.

These errors come from the async nature of DAP. If a chain of requests come in out of order or is interrupted by the user with an "resuming request", some requests are going to fail - that is ok. We shouldn't inform the user of these though.