All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jetbrains.python.debugger.PyRemoteDebugProcessAware Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition python-community library. This is release number 1 of trunk branch 142.

The newest version!
package com.jetbrains.python.debugger;

/**
 * @author traff
 */
public interface PyRemoteDebugProcessAware {
  void setRemoteDebugProcess(PyRemoteDebugProcess process);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy