提交 0f963d16 编写于 作者: A Alexander Fedorov

#2556 comment out the call

Former-commit-id: bad913c9
上级 58a2043f
......@@ -28,6 +28,7 @@ import org.jkiss.dbeaver.debug.DBGSession;
import org.jkiss.dbeaver.debug.DBGStackFrame;
import org.jkiss.dbeaver.debug.DBGVariable;
import org.jkiss.dbeaver.ext.postgresql.debug.internal.impl.*;
import org.jkiss.dbeaver.model.impl.jdbc.JDBCExecutionContext;
@SuppressWarnings("nls")
public class Debugger {
......@@ -726,7 +727,8 @@ public class Debugger {
System.out.println("Waiting for target session ...");
debugSessionA.attach(false);
//FIXME:AF: Andrew, please migrate to attach(JDBCExecutionContext connection,int OID,int targetPID) API
// debugSessionA.attach(false);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册