Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/dap: fix bugs in stdout/stderr handling
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 go-delve#3253
- Loading branch information