To support automated testing, added new attach to process launch configuration setting to support silently setting the process to attach to without displaying the process chooser dialog.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="com.nokia.sdt.component.symbian.implementation">
<implementation class="com.nokia.sdt.component.symbian.test.FooImplementationTypeFactory"/>
<implementation class="com.nokia.sdt.component.symbian.test.FooBarImplementationTypeFactory"/>
</extension>
</plugin>