mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 476589 - Cannot open a trace file in a post-mortem session
Change-Id: I4de8b1690396acd78f446803f5b3ba3886a58925
This commit is contained in:
parent
be95954cdd
commit
12c4de0f27
1 changed files with 3 additions and 1 deletions
|
@ -279,9 +279,11 @@ public interface ICDTLaunchConfigurationConstants {
|
|||
|
||||
/**
|
||||
* Launch configuration attribute key. The value is a String specifying the type of post mortem launch.
|
||||
* Note that we use the prefix "org.eclipse.cdt.dsf.gdb" for backwards-compatibility.
|
||||
* See bug 476589.
|
||||
* @since 7.7
|
||||
*/
|
||||
public static final String ATTR_DEBUGGER_POST_MORTEM_TYPE = CDT_LAUNCH_ID + ".POST_MORTEM_TYPE"; //$NON-NLS-1$
|
||||
public static final String ATTR_DEBUGGER_POST_MORTEM_TYPE = "org.eclipse.cdt.dsf.gdb" + ".POST_MORTEM_TYPE"; //$NON-NLS-1$ //$NON-NLS-2$
|
||||
|
||||
/**
|
||||
* Launch configuration attribute value. The key is
|
||||
|
|
Loading…
Add table
Reference in a new issue