mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 07:05:58 +02:00
Play it safe for RC1 and add Remote attribute
May prove not to be needed but we don't have time to check right now. Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
89334c92a0
commit
d72dfae230
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,9 @@ public class ContainerLaunchConfigurationDelegate extends GdbLaunchDelegate
|
||||||
wc.setAttribute(
|
wc.setAttribute(
|
||||||
IGDBLaunchConfigurationConstants.ATTR_REMOTE_TCP,
|
IGDBLaunchConfigurationConstants.ATTR_REMOTE_TCP,
|
||||||
true);
|
true);
|
||||||
|
wc.setAttribute(
|
||||||
|
ICDTLaunchConfigurationConstants.ATTR_DEBUGGER_START_MODE,
|
||||||
|
IGDBLaunchConfigurationConstants.DEBUGGER_MODE_REMOTE);
|
||||||
wc.setAttribute(IGDBLaunchConfigurationConstants.ATTR_HOST,
|
wc.setAttribute(IGDBLaunchConfigurationConstants.ATTR_HOST,
|
||||||
job.getIpAddress());
|
job.getIpAddress());
|
||||||
wc.setAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT,
|
wc.setAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue