delve/service/dap
Hyang-Ah Hana Kim f90ede4653
service/dap: fix bugs in stdout/stderr handling (#3522)
Fixes bugs introduced in v1.21.1

* Avoid dropping the last bytes from stderr/stdout when Read returns an
  error. (Read returns n>0). And skip sending Output event if Read
  returns n==0.

* Fix the bug that drops all stdout in the existing noDebug mode.

For #3253
2023-10-09 08:27:32 -07:00
..
daptest all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -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: add the concrete type to interface type (#3510) 2023-10-03 08:51:46 -07:00
server.go service/dap: fix bugs in stdout/stderr handling (#3522) 2023-10-09 08:27:32 -07:00
types.go service/dap: accept a string list as launch request's buildFlags (#3496) 2023-09-19 09:32:15 -07:00