Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add line breaks in the debug tap output (#13475)
## Summary of the Pull Request When the debug tap converts control characters into visible glyphs, it ends up losing the structure of the output, and that can sometimes make things difficult to read. This PR attempts to alleviate that problem by reinjecting an actual line break in the debug stream whenever an `LF` control is received. ## PR Checklist * [x] Closes #12312 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated. * [ ] Schema updated. * [x] I've discussed this with core contributors already. Issue number where discussion took place: #12312 ## Validation Steps Performed I've tested the updated debug tab with a number of different shells, and also a couple of different apps. When there aren't many linefeeds in the output, it's obviously not going to make much of a difference, but when there are, I think it definitely improves the readability. (cherry picked from commit 04478d1) Service-Card-Id: 84116395 Service-Version: 1.15
- Loading branch information