Package com.python.pydev.debug.ui.launching

Examples of com.python.pydev.debug.ui.launching.PydevdServerLaunchShortcut


     * This method will start the debug server.
     */
    public static void startServer() {
        RemoteDebuggerServer.getInstance().startListening(); //doing that, it will automatically start it

        PydevdServerLaunchShortcut s = new PydevdServerLaunchShortcut();
        s.launch((FileOrResource[]) null, "run");
    }
View Full Code Here

TOP

Related Classes of com.python.pydev.debug.ui.launching.PydevdServerLaunchShortcut

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.