diff --git a/platform/script-debugger/debugger-ui/src/SuspendContextView.kt b/platform/script-debugger/debugger-ui/src/SuspendContextView.kt index 18ffbe2db2d8..c129ab4b6038 100644 --- a/platform/script-debugger/debugger-ui/src/SuspendContextView.kt +++ b/platform/script-debugger/debugger-ui/src/SuspendContextView.kt @@ -151,7 +151,7 @@ class ExecutionStackView(val suspendContext: SuspendContext<*>, continue } - result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent)) + result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent, suspendContext.vm)) } } }