mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-23 21:56:04 +00:00

When this option gets enabled, descriptions of threads will be generated using the format provided in the launch configuration instead of generating it manually in the dap code. This allows lldb-dap to show an output similar to the one in the CLI. This is very similar to https://github.com/llvm/llvm-project/pull/71843