m_gdbConsole.getConsole().print(m_timeFormat.format(new Date()) + " 0> " +
m_configuration.GDB_PATH + " --interpreter=mi2\n", ConsoleViewContentType.USER_INPUT);
// Create the breakpoint handler
m_breakpointHandler = new GdbBreakpointHandler(m_gdb, this);
// Launch the process
m_gdb.start();
}