Community
Participate
Working Groups
// Add the CLI and "inferior" process objects to the launch.
launch.addCLIProcess("gdb"); //$NON-NLS-1$
launch.addInferiorProcess(exePath.lastSegment());
if (!attach) {
}
monitor.worked(1);
// Create and invoke the final launch sequence to setup GDB