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

Examples of com.python.pydev.debug.ui.launching.PydevdServerLaunchShortcut.launch()


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

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

    /**
     * This method will stop the debug server.
     */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.