Right-click a project in the Project Explorer. Click Debug As > Debug Configurations on the context menu.
In the Debug Configurations dialog box, do any of the
following:
In the left pane, click the debugging interface that fits your purpose:
C/C++ Remote Application: Use this
interface for debugging on a remote Linux system.
GDB Hardware Debugging: Use this
interface for debugging on Synopsys VDK (simulation).
S32 Debugger: Use this interface for
debugging on a board connected to S32 Debug Probe.
S32 Debugger Flash Programmer: Use this
interface for debugging on a board connected to S32 Debug Probe;
the program is loaded to flash memory.
VLAB Simulator Debugging: Use this
interface for debugging on VLAB (simulation).
Then click the New launch configuration
toolbar button.
In the left pane, double-click the required debugging interface and
click a launch configuration inside. Then click the
Duplicate toolbar button.
In the right pane, specify the name of the new configuration. The recommended
format of a configuration name is {project name}_{build
configuration}_{target or debugger}.