tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

IDebugExpressionEvaluationCompleteEvent2 is not sent when evaluation fails #32

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

The documentation for IDebugExpressionEvaluationCompleteEvent2 states that the event should always be sent following an asynchronous expression evaluation. Currently, the event is not sent in cases where the expression evaluation failed, leading the debugger to stop working (waiting for the evaluation to complete).