Community
Participate
Working Groups
Created attachment 208034 [details] Screenshot of problem. Version: 4.2.0 Build id: I20111206-1015 I got into a state where I can't open the view menu in my Registers, Variables, and some other debug views. The little view menu triangle control is completely gone. When I switch between views in the same view stack I see the control flashes very briefly then disappears. All views in the same stack have this problem, other views in the perspective don't. I installed latest CDT in this installation and I suspect that it triggers this problem. CDT contributes sub-menus to the view menu using the prg.eclipse.ui.menus extension point. Attaching screenshot and my log with errors.
Created attachment 208035 [details] Log file.
This may have been caused by something like bug 349423. (In reply to comment #1) > Created attachment 208035 [details] > Log file. Don't have the code open but I don't think the stack here is relevant.
Do you remember how long it took for you to get into this state, Pawel? Just installing CDT doesn't seem to cause the problem.
Starting a debug session will do the trick. 1) Create a hello world project. 2) Debug it with GDB. I can help debug this, but I first need to take care of a critical issue for m4 in debug.
(In reply to comment #4) > Starting a debug session will do the trick. > > 1) Create a hello world project. > 2) Debug it with GDB. I have reverted the changes for bug 319621, the most likely cause of this bug, so I think this problem should be gone now. > I can help debug this, but I first need to take care of a critical issue for m4 > in debug. No problem, Pawel.
The 'Layout' submenu should probably always be visible. Perhaps the visibility calculations are somehow leaking to the primary view menu, akin to what's going on with bug 349423.
I tried debugging a simple C++ application a couple of times but could not induce this problem. Do you have any ideas what I could be doing wrong, Pawel?
Started seeing this now, need to poke around.
Actually, it seems like the view's menu is there but just not on the screen. Resizing the view will cause it to be rendered. There must be a layout problem here.
(In reply to comment #9) > Actually, it seems like the view's menu is there but just not on the screen. > Resizing the view will cause it to be rendered. There must be a layout problem > here. Correcting the layout code of the StackRenderer seems to resolve this issue. *** This bug has been marked as a duplicate of bug 319621 ***