Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 197297 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/jvmti/client/internal/launcher/TIDelegateHelper.java (+3 lines)
Lines 697-702 Link Here
697
				sendFilters(tiAgentProxy, tiAgent);
697
				sendFilters(tiAgentProxy, tiAgent);
698
				sendOptions(agentProxy != null ? agentProxy : tiAgentProxy, trcAgentProxy, tiAgent);
698
				sendOptions(agentProxy != null ? agentProxy : tiAgentProxy, trcAgentProxy, tiAgent);
699
			}
699
			}
700
			
701
			// Initialize console
702
			process.getConsole();
700
		                  	
703
		                  	
701
			switchPerspective();
704
			switchPerspective();
702
          	configureDataProcessor(launchConfiguration, tiAgentProxy, tiAgent);			
705
          	configureDataProcessor(launchConfiguration, tiAgentProxy, tiAgent);			

Return to bug 197297