[Lldb-commits] [lldb] [lldb] Rename lldb-vscode to lldb-dap (PR #69264)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 17 17:24:07 PDT 2023


================
@@ -388,7 +385,7 @@ llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);
 ///     The variable name of \a value or a default placeholder.
 const char *GetNonNullVariableName(lldb::SBValue value);
 
-/// VSCode can't display two variables with the same name, so we need to
+/// DAP can't display two variables with the same name, so we need to
----------------
JDevlieghere wrote:

Yes, this appears to be a VSCode limitation: https://github.com/microsoft/vscode/issues/107506. I'll revert this back to `VSCode`. 

https://github.com/llvm/llvm-project/pull/69264


More information about the lldb-commits mailing list