Searched refs:debugPort (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | LaunchConfigDelegate.java | 122 int debugPort = AndroidLaunchController.getPortForConfig(configuration); in launch() local 140 if (debugPort != INVALID_DEBUG_PORT) { in launch() 141 AndroidLaunchController.launchRemoteDebugger(debugPort, androidLaunch, monitor); in launch()
|
D | AndroidLaunchController.java | 169 public static void debugRunningApp(IProject project, int debugPort) { in debugRunningApp() argument 175 setPortLaunchConfigAssociation(config, debugPort); in debugRunningApp() 1417 public static boolean connectRemoteDebugger(int debugPort, in connectRemoteDebugger() argument 1427 newMap.put("port", Integer.toString(debugPort)); //$NON-NLS-1$ in connectRemoteDebugger() 1458 public static void launchRemoteDebugger(final int debugPort, final AndroidLaunch androidLaunch, in launchRemoteDebugger() argument 1464 connectRemoteDebugger(debugPort, androidLaunch, monitor); in launchRemoteDebugger()
|