delve/service/dap
Stefan Haller c7097b8e1d
service/dap: strip package paths from symbols in callstack (#3500)
This solves the problem that function names with long package paths are hard to
read when the callstack window is narrow, because all you see is the beginning
of the package path.

For example, instead of

  github.com/some/long/package/path/pkg.(*SomeType).SomeMethod

we now display

  pkg.(*SomeType).SomeMethod
2023-09-16 06:06:28 +02:00
..
daptest service/dap: update go-dap to latest (#3414) 2023-06-12 14:29:44 -07:00
command.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
config_test.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
config.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
error_ids.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go service/dap: strip package paths from symbols in callstack (#3500) 2023-09-16 06:06:28 +02:00
server.go service/dap: strip package paths from symbols in callstack (#3500) 2023-09-16 06:06:28 +02:00
types.go service/dap: fix typos in comments (#3438) 2023-07-11 16:10:41 +02:00