Debugger: Fix the compilation error in as33 bunch
This commit is contained in:
+1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user