GdbMiSession.this

this(GdbMiConfig config = GdbMiConfig.init)

Spawns GDB in MI mode.

Parameters

configSession configuration.

Throws

Exception if the process cannot be spawned.

Example:

auto session = new GdbMiSession();
scope (exit) session.stop();