polinasok

Results 79 comments of polinasok

Suggestion from @hyangah "Is it possible that in the threads request, DAP sends only the goroutine each underlying thread saw when it stops. And don't send any long standing, unscheduled...

It's true - displaying a subset could hide interesting goroutines. But at the same time, displaying 1M goroutines, even paged, won't be of much help either without additional searching or...

The editor no longer freezers because we limit the number of goroutines and notify the usesr via DEBUG CONSOLE: We do make sure the selected goroutine is included in the...

@aarzilli Please see [comment on Dec 5, 2020](https://github.com/golang/vscode-go/issues/120#issuecomment-739323225) Is there a way for a user to intercept when debugger detaches and kills debuggee to execute some shutdown/cleanup sequence? Is it...

I checked what actually happens in vscode. With `supportsTerminateRequest`, the first time you click stop, it sends a terminate request. If that doesn't result in termination, debug session continues. The...

> we make dlv dap accepts -r flags and use them for the future request. (drawback: the concept doesn't map cleanly imo) Why doesn't this map cleanly? We talked about...

I see what you mean. We did this mental exercise with `--backend` (#1591). Consistency has its advantages although the users would see no difference unless they run `dlv dap` manually....

Should we enable this in the stable release?

The most recent message looks like so (still not immediately obvious what the issue is): @aarzilli In which cases are cross-platform GOOS/GOARCH useful? I think core mode is one. Instead...

> I think ignoring them would lead users into thinking they are accomplishing something by setting GOOS/GOARCH. I think we should do what the user asks and fail, so that...