Debugger: Fix the compilation error in as33 bunch

This commit is contained in:
Yan Zhulanow
2019-08-07 18:41:14 +09:00
parent f5c0a30c51
commit e6211c4995
@@ -12,6 +12,7 @@ import com.intellij.xdebugger.breakpoints.XBreakpoint
import com.intellij.xdebugger.breakpoints.XBreakpointListener
object BreakpointListenerConnector {
@JvmStatic
fun subscribe(debugProcess: DebugProcessImpl, indicator: ProgressWindow, listener: XBreakpointListener<XBreakpoint<*>>) {
XDebuggerManager.getInstance(debugProcess.project).breakpointManager.addBreakpointListener(listener, indicator)
}