Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch ProtocolException in HandleEvaluateAsync (#1360)
* Catch ProtocolException Catch ProtocolException from GetDebugPropertyFromExpression. If frames change and then we get a request, GetDebugPropertyFromException would throw and crash the debug adapter. This PR catches the exception and sets it to the responder of the Caller in HandleEvaluateAsync
- Loading branch information