getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.55k stars 1.38k forks source link

Debug panel fields not displaying correctly #1472

Open djd1283 opened 1 month ago

djd1283 commented 1 month ago

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

Steps to reproduce:

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.

andrew-healey commented 1 month ago

Thanks for the report. We're looking into it.

djd1283 commented 1 month ago

Hi Andrew,

Yes it started recently (I noticed in the last week), although I've been using cursor for only a few weeks.

If I switch to a non-WSL repo, the same thing happens. image

djd1283 commented 1 month ago

Although weirdly, the breakpoints panel does not push the other two off the side bar when open image