delve/service/dap
Alessandro Arzilli 8ebd2d83ae
Misc fixes for test problems (#2751)
* service/dap: remove deadlock in TestLaunchDebugRequest

Fixes #2746

* terminal: fix TestScopePrefix flakiness

When there are more than 10 frames api.PrintStack will prefix the
output with spaces to right justify the frame number, which confuses
TestScopePrefix.

* _scripts: pass -buildvcs for Go 1.18 and later on TeamCity

Go 1.18 will try to stamp builds with the VCS version, this doesn't
work on TeamCity because the checkout isn't a valid repository (but
looks like it).
Pass -buildvcs=false to disable this feature.

* proc: switch to goroutine stack if first frame's func can not be found

If the first frame on the system stack can not be resolved to a
function switch directly to the goroutine stack.
2021-10-18 13:17:47 -07:00
..
daptest service/dap: support disassemble request (#2728) 2021-10-14 10:44:36 -07:00
error_ids.go service/dap: add registers configuration for variables response (#2742) 2021-10-15 13:57:50 +02:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go Misc fixes for test problems (#2751) 2021-10-18 13:17:47 -07:00
server.go service/dap: add option to hide system goroutines (#2743) 2021-10-18 13:13:12 -07:00
types.go service/dap: add option to hide system goroutines (#2743) 2021-10-18 13:13:12 -07:00