We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d54853 commit a868f8dCopy full SHA for a868f8d
lldb/tools/lldb-dap/JSONUtils.h
@@ -157,7 +157,8 @@ DecodeMemoryReference(llvm::StringRef memoryReference);
157
/// if the key is missing.
158
///
159
/// \param[in] allow_empty
160
-/// Interpret empty string as a valid value, don't report an error.
+/// Interpret empty string as a valid value, don't report an error (see
161
+/// VS Code issue https://github.com/microsoft/vscode/issues/270593).
162
163
/// \return
164
/// Returns \b true if the address was decoded successfully.
0 commit comments