GdbMiConsoleManager.this
this
(size_t maxHistory = 1000, string historyFile = null,
void delegate(string, Exception) @safe errorCallback = null) @safeCreates a console manager.
Parameters
maxHistory | Maximum number of history entries. |
historyFile | Path to the history file. |
errorCallback | Optional callback invoked when history I/O fails. Receives a descriptive message and the caught exception. |