Searched defs:debugPort (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DAndroidLaunchController.java165 * @param debugPort The port to connect the debugger to.
167 public static void debugRunningApp(IProject project, int debugPort) { argument
173 setPortLaunchConfigAssociation(config, debugPort);
1391 * @param debugPort The port to connect the debugger to
1398 public static boolean connectRemoteDebugger(int debugPort, argument
1408 newMap.put("port", Integer.toString(debugPort)); //$NON-NLS-1$
1434 * @param debugPort The port to connect the debugger to
1439 public static void launchRemoteDebugger(final int debugPort, final AndroidLaunch androidLaunch, argument
1445 connectRemoteDebugger(debugPort, androidLaunch, monitor);

Completed in 23 milliseconds