-
Notifications
You must be signed in to change notification settings - Fork 20
Evaluation Timeouts
Andrew Crawley edited this page Jan 31, 2018
·
1 revision
Visual Studio supports aborting an evaluation after a certain amount of time has passed.
Visual Studio passes an additional field in the arguments of the evaluate
, variables
, setVariable
, and setExpression
requests.
Name | Type | Description |
---|---|---|
timeout | integer | Time to wait in milliseconds before aborting request. |
If the debug adapter supports timeouts, it should abort any request that exceeds the timeout by sending a response with success
set to false
.