mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 07:16:07 +00:00

This patch implements VSCode DAP logpoints feature (also called tracepoint in other VS debugger). This will provide a convenient way for user to do printf style logging debugging without pausing debuggee. Differential Revision: https://reviews.llvm.org/D127702