extract BrowserChromeDebugProcess — avoid browser-specific hacks in the node

This commit is contained in:
Vladimir Krivosheev
2016-06-16 17:29:21 +02:00
parent e15da2899f
commit 74dc359cfa
@@ -64,7 +64,7 @@ abstract class DebugProcessImpl<C : VmConnection<*>>(session: XDebugSession,
private val _breakpointHandlers: Array<XBreakpointHandler<*>> by lazy(LazyThreadSafetyMode.NONE) { createBreakpointHandlers() }
protected final val realProcessHandler: ProcessHandler?
protected val realProcessHandler: ProcessHandler?
get() = executionResult?.processHandler
override final fun getSmartStepIntoHandler() = smartStepIntoHandler