diff --git a/src/bun.js/bindings/BunDebugger.cpp b/src/bun.js/bindings/BunDebugger.cpp index baa0de4534..78bb54a03f 100644 --- a/src/bun.js/bindings/BunDebugger.cpp +++ b/src/bun.js/bindings/BunDebugger.cpp @@ -973,6 +973,7 @@ void schedulePauseForConnectedSessions(JSC::VM& vm, bool isBootstrap) // For idle VMs, RuntimeInspector::checkAndActivateInspector handles it via event loop. extern "C" bool Bun__activateInspector(); +extern "C" void Bun__setRuntimeInspectorActivated(); JSC::StopTheWorldStatus Bun__jsDebuggerCallback(JSC::VM& vm, JSC::StopTheWorldEvent event) {