Files
ada_language_server/doc/debug.md

21 lines
532 B
Markdown
Raw Permalink Normal View History

# ALS Debug
## Short introduction
2023-08-29 17:30:46 +03:00
This command `als-suspend-execution` is used to test language server.
## Change description
2023-08-29 17:30:46 +03:00
Currently `als-suspend-execution` debug command has only one argument:
2023-08-29 17:30:46 +03:00
* inputQueueLength - integer
On execution it stops processing task until input queue has given
number of messages. After getting this request ALS stops message
processing, but still accepts new requests/notifications. Once
number of input messages reaches given limit, ALS resumes message
processing.
Response:
* result: `null`