Ben Jackson
Ben Jackson
This change is [](https://reviewable.io/reviews/puremourning/vimspector/934)
Do We also need to update the docs?
The comment is about function breakpoints. Lots of servers support normal conditional breakpoints. I was assuming that the reason you making this change is for a specific server use case?
But to answer the question no I still don’t know of any server that supports a condition in a function breakpoint.
PR Welcome for this.
> @puremourning do you have write permissions? If not, can you contact someone who have them? no I don't, and no I can't.
You can pause/resume individual threads in DAP with PauseRequest/ContinueRequest passing threadId: https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Pause / https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Continue. is this talking about something else?
Right, makes sense, ta.
PR to update gopls very welcome.