*/
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.
*/