48 string ln_prompt =
'qdbg> ';
49 const defaultHistoryFileName =
'.qdbg.history';
50 const defaultIndent =
" ";
init(hash opt)
Initializes the history and command-line session.
constructor()
Creates the object.
the DebugLinenoiseCmdLine namespace contains all the definitions in the DebugLinenoiseCmdLine module ...
Definition: DebugLinenoiseCmdLine.qm.dox.h:42
hash< auto > getCommands()
Returns all commands from the subclass plus history commands added by this module.
runCmdLine()
Sets up command-line handling with linenoise.
printfImpl(string fmt)
Outputs data to a linenoise-configured terminal.
debug linenoise command line class
Definition: DebugLinenoiseCmdLine.qm.dox.h:44