|
Description
Thomas Niedergesäß
I'm seeing the same problems. In particular, when debugging and stepping through the code, the code window does not refresh properly. What's shown is a garbled mixture of non-adjacent code lines. Because this is a serious impact to critical features, it deserves immediate attention. I'm using Oracle jdk1.8.0_162 on MacOS Big Sur. SWT is working on these refresh issues. New Gerrit change created: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172432 New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172433 @Jonah, Will you/your team be able to test it for C++ hover popup with Big Sur? We are seeing the issue with JDT, and we are proposing a workaround fix in Platform and JDT. Will it be possible to test with the platform patch? (In reply to Kerry Kimbrough from comment #1) > I'm seeing the same problems. In particular, when debugging and stepping > through the code, the code window does not refresh properly. What's shown is > a garbled mixture of non-adjacent code lines. > > Because this is a serious impact to critical features, it deserves immediate > attention. > > I'm using Oracle jdk1.8.0_162 on MacOS Big Sur. The editor refresh issues have been fixed via Bug 567615. Updating bug title accordingly. (In reply to Sarika Sinha from comment #5) > @Jonah, > Will you/your team be able to test it for C++ hover popup with Big Sur? I have no access to macOS - and I am a team of one :-) Some other active members in the CDT community may have knowledge/ability in this area, you can send a request to cdt-dev@ to ask for help (or I can if you are not subscribed). In the meantime I added Liviu to the CC list, he is the most active macOS person in the community that I know. Perhaps he has time to help? I am glad to be of any help with macOS tests, but for now I did not upgrade to macOS 11. :-( @Sarika, this issue looks bad on BigSur which released last week. It would be good if we can push this change for M3 so that it gets some testing. (In reply to Lakshmi P Shanmugam from comment #9) > @Sarika, this issue looks bad on BigSur which released last week. It would > be good if we can push this change for M3 so that it gets some testing. Agreed. We will get a better audience for testing if included in M3. @Liviu, If you have access to BigSur, can you test hover while debugging a c++ project with 4.18 M2 build and then with 4.18 M3 build. Gerrit change https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172432 was merged to [master]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.debug.git/commit/?id=d332c32a974566284216b90ab99de969f3478420 Gerrit change https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172433 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=1e760d286525d9efe492edf362ef64d8b4be684b (In reply to Sarika Sinha from comment #10) > @Liviu, Liviu mentioned in Comment 8 that he can't. Sorry :-( (In reply to Jonah Graham from comment #13) > (In reply to Sarika Sinha from comment #10) > > @Liviu, > > Liviu mentioned in Comment 8 that he can't. Sorry :-( Ok. Then you can send a mail to cdt-dev after M3 for some testing from the community. (In reply to Sarika Sinha from comment #14) > Ok. Then you can send a mail to cdt-dev after M3 for some testing from the > community. Done. Once M3 is out I can ping anyone who responds to: https://www.eclipse.org/lists/cdt-dev/msg34740.html Verified in I20201118-1800. Empty hover issue is fixed now. Empty Inspect dialog is tracked via Bug 568932. *** Bug 568975 has been marked as a duplicate of this bug. *** Tested with macOS Big Sur and eclipse 2020-12 M3, the bug is fixed *** Bug 569164 has been marked as a duplicate of this bug. *** *** Bug 569139 has been marked as a duplicate of this bug. *** *** Bug 569485 has been marked as a duplicate of this bug. *** New Gerrit change created: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/176266 New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/176267 Gerrit change https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/176266 was merged to [master]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.debug.git/commit/?id=121fea857d6a9a82632a47a92773ab95802f76ad Gerrit change https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/176267 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=dbbb93bc104e132c0f5ce1d1f4a7864e671a0f08 Bug 567787 has fixed the issue in the proper way so reverted workarounds for 4.19 M3. |