15 lines
379 B
OpenEdge ABL
15 lines
379 B
OpenEdge ABL
|
%feature("docstring",
|
||
|
"SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
|
||
|
|
||
|
A default SBCommandInterpreterRunOptions object has:
|
||
|
|
||
|
* StopOnContinue: false
|
||
|
* StopOnError: false
|
||
|
* StopOnCrash: false
|
||
|
* EchoCommands: true
|
||
|
* PrintResults: true
|
||
|
* PrintErrors: true
|
||
|
* AddToHistory: true
|
||
|
|
||
|
") lldb::SBCommandInterpreterRunOptions;
|