1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[251486] - Added comment.

This commit is contained in:
Pawel Piech 2008-10-24 21:33:14 +00:00
parent b877d06bd8
commit f508c3cf0f

View file

@ -182,7 +182,7 @@ public class GdbLaunchDelegate extends LaunchConfigurationDelegate
} finally { } finally {
if (!succeed) { if (!succeed) {
// finalLaunchSequence failed. Shutdown the session so that all started // finalLaunchSequence failed. Shutdown the session so that all started
// services including any GDB process are shutdown. // services including any GDB process are shutdown. (bug 251486)
// //
final GdbLaunch gdbLaunch = launch; final GdbLaunch gdbLaunch = launch;