cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Debug panel fields not displaying correctly

Open djd1283 opened this issue 8 months ago • 7 comments

The "Variables" and "Call stack" fields in the Breakpoint panel consume everything below them when clicked.

Steps to reproduce:

  • Start cursor
  • Go to debug panel
  • Open "Variables" dropdown
  • Observe that "Call stack" and "Breakpoints" dropdowns are no longer visible

Before opening Variables view: image

After opening Variables view: image

This happens when opening any of the other dropdowns, including Call stack (will make Breakpoints disappear) image

I also notice that whether a particular dropdown (e..g Breakpoints) is visible does not always correlate with if it is checked in the dropdown image

Operating system: Windows 11 using Cursor editor which as remote connection to WSL Ubuntu on this PC.

This simple problem makes it inconvenient to use the debugger.

djd1283 avatar May 29 '24 17:05 djd1283