From 74dc359cfa8ebd18933f739a19ec8bacde27e2b5 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Thu, 16 Jun 2016 17:03:59 +0200 Subject: [PATCH] =?UTF-8?q?extract=20BrowserChromeDebugProcess=20=E2=80=94?= =?UTF-8?q?=20avoid=20browser-specific=20hacks=20in=20the=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/script-debugger/debugger-ui/src/DebugProcessImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/script-debugger/debugger-ui/src/DebugProcessImpl.kt b/platform/script-debugger/debugger-ui/src/DebugProcessImpl.kt index dc4f190baed1..a50e2397a791 100644 --- a/platform/script-debugger/debugger-ui/src/DebugProcessImpl.kt +++ b/platform/script-debugger/debugger-ui/src/DebugProcessImpl.kt @@ -64,7 +64,7 @@ abstract class DebugProcessImpl>(session: XDebugSession, private val _breakpointHandlers: Array> by lazy(LazyThreadSafetyMode.NONE) { createBreakpointHandlers() } - protected final val realProcessHandler: ProcessHandler? + protected val realProcessHandler: ProcessHandler? get() = executionResult?.processHandler override final fun getSmartStepIntoHandler() = smartStepIntoHandler