svaante / dape

Debug Adapter Protocol for Emacs
GNU General Public License v3.0
477 stars 31 forks source link

Feature request: configurable JSON-RPC timeout #67

Closed domq closed 8 months ago

domq commented 8 months ago

When debugging a Python program with a number of complex variables in scope, it can take upwards of 30 seconds for some debugpy JSON-RPCs to complete.

jsonrpc-default-request-timeout is a defconst, so this appears to require a change in dape itself.

svaante commented 8 months ago

Oh sorry did not see your pull request, here are your requested feature anyway :)

domq commented 8 months ago

Tested successfully. I am taking the liberty of closing the issue.