GdbMiConsoleManager.this

this(size_t maxHistory = 1000, string historyFile = null, void delegate(string, Exception) @safe errorCallback = null) @safe

Creates a console manager.

Parameters

maxHistoryMaximum number of history entries.
historyFilePath to the history file.
errorCallbackOptional callback invoked when history I/O fails. Receives a descriptive message and the caught exception.