[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 16:11:14 PST 2025
================
@@ -3801,6 +3801,23 @@ void request_variables(const llvm::json::Object &request) {
variable_name_counts[GetNonNullVariableName(variable)]++;
}
+ // Show return value if there is any ( in the top frame )
----------------
Da-Viper wrote:
I am not sure where the ReleaseNotes.rst for LLDB is as clang et al stores it in `clang/docs/ReleaseNotes.rst`
https://github.com/llvm/llvm-project/pull/106907
More information about the lldb-commits
mailing list