mib added inline comments.
================ Comment at: lldb/source/Interpreter/InterpreterProperties.td:18 + DefaultStringValue<"">, + Desc<"A path where LLDB will save the session's transcripts.">; def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">, ---------------- JDevlieghere wrote: > Given that `session save` already takes a file, I think it would make sense > to call out here that this is particularly useful in combination with > `save-session-on-quit`. Just to clarify, `session save` can be used with no arguments, in which case, the transcript will either be saved to a temporary folder or at the location set in this property. But I can definitely mention that it is very useful with `save-session-on-quit`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105030/new/ https://reviews.llvm.org/D105030 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits