
When this option gets enabled, descriptions of stack frames will be generated using the format provided in the launch configuration instead of simply calling `SBFrame::GetDisplayFunctionName`. This allows lldb-dap to show an output similar to the one in the CLI.
6 lines
232 B
OpenEdge ABL
6 lines
232 B
OpenEdge ABL
%feature("docstring",
|
|
"Class that represents a format string that can be used to generate "
|
|
"descriptions of objects like frames and threads. See "
|
|
"https://lldb.llvm.org/use/formatting.html for more information."
|
|
) lldb::SBFormat;
|