Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Failed pre-launch check

I just uncovered this behavior and I'm not sure if it's a bug or expected. If my GdbLaunchDelegate returns false in preLaunchCheck, my GDB session is not launched, but the DSF session associated with it is not ended. So any of my SessionEndedListeners aren't notified of the failed launch, and still think they're doing something. Is this the expected behavior here, or is it a bug?
Thanks,
Jason


Back to the top