Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/dap: limit the number of goroutines to return from a threads …
…request This adds a cap and a log message if there are many goroutines. This will help prevent the debugger from freezing, but does not yet address making sure the interesting goroutines are the ones that are returned. Updates golang/vscode-go#129
- Loading branch information