Exception if the process cannot be spawned.
Example:
auto session = new GdbMiSession();
scope (exit) session.stop();(GdbMiConfig config = GdbMiConfig.init)Spawns GDB in MI mode.
config | Session configuration. |
Exception if the process cannot be spawned.
Example:
auto session = new GdbMiSession();
scope (exit) session.stop();