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:
parent
c8e4f80647
commit
282d9eb299
2 changed files with 8 additions and 0 deletions
|
@ -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
|
2005-07-18 Alain Magloire
|
||||||
New combo to choose the MIVersion.
|
New combo to choose the MIVersion.
|
||||||
* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
|
* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
|
||||||
|
|
|
@ -311,6 +311,9 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
|
||||||
}
|
}
|
||||||
|
|
||||||
// temporary fix for #66015
|
// temporary fix for #66015
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
protected String renderDebuggerProcessLabel() {
|
protected String renderDebuggerProcessLabel() {
|
||||||
String format = "{0} ({1})"; //$NON-NLS-1$
|
String format = "{0} ({1})"; //$NON-NLS-1$
|
||||||
String timestamp = DateFormat.getInstance().format(new Date(System.currentTimeMillis()));
|
String timestamp = DateFormat.getInstance().format(new Date(System.currentTimeMillis()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue