1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

fixed 'revert' behavior in debugger tab

This commit is contained in:
David Inglis 2003-01-16 20:28:47 +00:00
parent 337f8bef9f
commit ec5c2fbaa9

View file

@ -164,6 +164,7 @@ public class CorefileDebuggerTab extends AbstractCDebuggerTab {
return true; return true;
} }
} }
setDebugConfig(null);
return false; return false;
} }