diff options
| author | John Harrison <harjohn@google.com> | 2024-08-21 13:48:29 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 13:48:29 -0700 | 
| commit | 30ca06c4d0d06f67f10a9e19d4333acc2074811b (patch) | |
| tree | 105bfc774292e86bb57b7af22a38e4d2b81b3b2b /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
| parent | cfd4c1805ead139f84a4465719c49cca53f07f27 (diff) | |
| download | llvm-30ca06c4d0d06f67f10a9e19d4333acc2074811b.zip llvm-30ca06c4d0d06f67f10a9e19d4333acc2074811b.tar.gz llvm-30ca06c4d0d06f67f10a9e19d4333acc2074811b.tar.bz2 | |
[lldb-dap] When sending a DAP Output Event break each message into separate lines. (#105456)
Previously, when output like `"hello\nworld\n"` was produced by lldb (or
the process) the message would be sent as a single Output event. By
being a single event this causes VS Code to treat this as a single
message in the console when handling displaying and filtering in the
Debug Console.
Instead, with these changes we send each line as its own event. This
results in VS Code representing each line of output from lldb-dap as an
individual output message.
Resolves #105444
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions
