You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-detect CDP debugger: SDK now automatically pauses interception when Chrome DevTools / Hermes Inspector is attached
Removed XHR re-wrap timers: Eliminated prototype chain breakage that occurred when a debugger attached mid-session
Console intercept guard: Console patching is skipped when CDP is connected, preventing double-logging and message queue deadlocks
Fetch clone guard: Fetch response cloning is disabled when CDP network interception (Fetch.enable) is active
New Features
Metro Bundler port is now configurable: Switch between multiple Metro bundlers running on different ports directly from Settings > Connection
JS Debugger button shows active port: The toolbar now displays which Metro port the debugger is targeting (e.g. JS Debugger (:8081))
Developer LinkedIn profile: Added to Settings > About alongside GitHub and Documentation links
Documentation
Added ARCHITECTURE.md — complete technical document covering connection lifecycle, data flow, and how console/network data moves from the RN app to the debugger UI