delve/Documentation
Suzy Mueller de117a2f4f
pkg/proc: fix bug where frame parameter is ignored if no goroutine (#2563)
ConvertEvalScope() attempts to find the scope for the specified
goroutine id and frame index. If the goroutine that is found is nil,
then it falls back to the threads stack trace to find the scope.
This fix makes sure that the frame id is taken into account for
thread strack traces as well.
2021-07-03 15:48:35 +02:00
..
api Documentation: correct the flag name used to configure log destination (#2464) 2021-05-04 08:39:01 +02:00
cli terminal,service: Add filtering and grouping to goroutines command (#2504) 2021-07-01 11:25:33 -07:00
installation Documentation: mention developer group in macOS install instructions (#2409) 2021-04-02 09:34:44 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage dap: update dlv dap --help (#2558) 2021-06-29 15:15:47 +02:00
backend_test_health.md pkg/proc: fix bug where frame parameter is ignored if no goroutine (#2563) 2021-07-03 15:48:35 +02:00
EditorIntegration.md Documentation: add vimspector to list of editor plugins (#2506) 2021-05-25 10:50:07 -07:00
faq.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.