charles-zablit wrote: Interesting, I'm able to reproduce this in a regular shell. However, when running lldb through cppvsdbg in VSCode with the output in the Debug Console, which does not consume VT sequences, I don't see any.
I wonder if ping is doing some shell manipulation which is messing the vscode output? A simple c++ program with `std::cout` does not have the same issue. <img width="815" height="521" alt="Screenshot 2026-02-21 at 12 57 25" src="https://github.com/user-attachments/assets/5ca0da8d-d51f-4ec1-9950-991a9c9e068b" /> I suggest that we merge the patch as is, and iterate on it to fix, since it does not affect all debuggees. What do you think? https://github.com/llvm/llvm-project/pull/182302 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
