Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emtpy debug-window in Eclipse 09-2020 after Mac OS Big Sur Update

After the recent update to Mac OS Big Sur I can’t debug my java projects with Eclipse 09-2020. If I try to inspect the value of any expression, I just get an empty window. I’m working with Oracle JDK 11.

Is there anything I can do, beside waiting for the next eclipse update or using Windows

like image 781
Michael Konz Avatar asked Nov 13 '20 14:11

Michael Konz


2 Answers

Can click on the marked area. Credit goes to @dangerisgo

Can click on the marked area lie

like image 138
Saju Avatar answered Sep 22 '22 03:09

Saju


I got the same issue on newly updated Mac Big Sur. Just scroll or dragging your mouse pointer over the empty debug window, the text will show up.

Also, when the debugger jump to another file, it will show only the line that the debugger is pointing at, all other lines stay as same as the last file. Just scroll over it, the file content will show up

like image 25
Viet Hien Pham Avatar answered Sep 21 '22 03:09

Viet Hien Pham