summaryrefslogtreecommitdiff
path: root/python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java')
-rw-r--r--python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java b/python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java
index 1714f711cbcf..ab6ccfab0bc6 100644
--- a/python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java
+++ b/python/pydevSrc/com/jetbrains/python/debugger/IPyDebugProcess.java
@@ -23,4 +23,6 @@ public interface IPyDebugProcess extends PyFrameAccessor {
int handleDebugPort(int port) throws IOException;
void recordSignature(PySignature signature);
+
+ void showConsole(PyThreadInfo thread);
}