Side panel debug step buttons (e.g., Step Into, Step Over) remain disabled after starting a debug session and only activate after closing and reopening the panel

Describe the Bug

Whenever I run a project in debug mode, the side panel steps button (Step Over, Step Into, etc) doesn’t automatically update, so I can’t press Step Into or whatever; it stays disabled until I close and reopen the side panel.

Steps to Reproduce

  1. Set a breakpoint somewhere in your project
  2. Run the project in debug mode
  3. When the breakpoint is reached, check the debugger buttons (disabled/not clickable).
  4. Toggle the side panel
  5. Check the debugger buttons, they should now be enabled

Expected Behavior

The debugger buttons should automatically get updated when the breakpoint is reached without having to close and open the side panel.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.2
Commit: 87ea1604be1f602f173c5fb67582e647fcef6c40
Date: 2025-06-13T00:32:17.954Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Cursor/1.1.2 Chrome/132.0.6834.210 Electron/34.5.1 Safari/537.36

Additional Information

Project running on WSL2 (Ubuntu 24.04.2).
The issue has been there for a couple of versions now, 0.50 ~ 1.0.0, and still in 1.1.2

Does this stop you from using Cursor

Yes - Cursor is unusable