mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract BrowserChromeDebugProcess — avoid browser-specific hacks in the node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user