void Processes_ProcessAdded(object sender, ProcessCollectionChangedEventArgs e)
        {
            // now that a process has been added, lets add a onBreakpoint event to it
            setOnBreakpointEvent();

            // and let others that we have a new debug sessions
            O2Messages.raiseO2MDbgAction(IM_O2MdbgActions.startDebugSession);
        }