Bug 577212 - [win32] Variables and Breakpoints view broken / first part of ShashForm is not shown
Summary: [win32] Variables and Breakpoints view broken / first part of ShashForm is no...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.22   Edit
Hardware: All Windows All
: P3 blocker (vote)
Target Milestone: 4.22 M3   Edit
Assignee: Andrey Loskutov CLA
QA Contact:
URL:
Whiteboard:
Keywords: regression
: 577213 (view as bug list)
Depends on:
Blocks: 577203
  Show dependency tree
 
Reported: 2021-11-11 07:55 EST by Sebastian Ratz CLA
Modified: 2021-11-11 11:53 EST (History)
5 users (show)

See Also:


Attachments
Screenshot (15.23 KB, image/png)
2021-11-11 07:55 EST, Sebastian Ratz CLA
no flags Details
My debugging session screenshot (116.01 KB, image/png)
2021-11-11 08:49 EST, Andrey Loskutov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Ratz CLA 2021-11-11 07:55:01 EST
Created attachment 287490 [details]
Screenshot

The variables and debug views are broken with the latest I-Builds after bug 575787  being merged.

The 1st half of the SashForm is not rendered anymore.

Steps to reproduce:
- Remove all breakpoints
- Close variables and breakpoints views
- Restart Eclipse
- Open variables and breakpoints views

See also screenshot attached.
Comment 1 Andrey Loskutov CLA 2021-11-11 08:10:50 EST
I can't reproduce on Linux. Probably Windows only issue.
Comment 2 Andrey Loskutov CLA 2021-11-11 08:21:03 EST
(In reply to Andrey Loskutov from comment #1)
> I can't reproduce on Linux. Probably Windows only issue.

I can reproduce on Windows with fresh workspace. Indeed, that is a blocker issue, I'm unable to see any variables or breakpoints.

We should revert offending commit & rebuild for M3.
Comment 3 Andrey Loskutov CLA 2021-11-11 08:33:44 EST
I've also managed to get Debug view with empty tree area while stopped at the breakpoint. The IDE is unusable for debugging on Windows.

The regression disappears after reverting https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187203

I've created revert gerrit: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187117
Comment 4 Andrey Loskutov CLA 2021-11-11 08:49:37 EST
Created attachment 287491 [details]
My debugging session screenshot

In the attached screenshot every debug view is empty while debugging on Windows 10...
Comment 5 Andrey Loskutov CLA 2021-11-11 08:54:16 EST
*** Bug 577213 has been marked as a duplicate of this bug. ***
Comment 6 Niraj Modi CLA 2021-11-11 09:20:16 EST
(In reply to Andrey Loskutov from comment #3)
> I've also managed to get Debug view with empty tree area while stopped at
> the breakpoint. The IDE is unusable for debugging on Windows.
> 
> The regression disappears after reverting
> https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187203
> 
> I've created revert gerrit:
> https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187117

Thanks Andrey for the quick response here, above reverted gerrit has gone in:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575787#c22

Resolved now.
Comment 7 Andrey Loskutov CLA 2021-11-11 11:52:37 EST
Verified with I20211111-0910 on Windows 10.