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