1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method.

This commit is contained in:
Mikhail Khodjaiants 2005-08-25 21:45:23 +00:00
parent c8e4f80647
commit 282d9eb299
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-08-25 Mikhail Khodjaiants
Bug 66446: Use the debugger path as a debugger process label.
Deprecated the "renderDebuggerProcessLabel" method.
* AbstractCLaunchDelegate.java
2005-07-18 Alain Magloire
New combo to choose the MIVersion.
* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java

View file

@ -311,6 +311,9 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
}
// temporary fix for #66015
/**
* @deprecated
*/
protected String renderDebuggerProcessLabel() {
String format = "{0} ({1})"; //$NON-NLS-1$
String timestamp = DateFormat.getInstance().format(new Date(System.currentTimeMillis()));