Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse Juno: Key bindings for debug are missing

On Tue, Jul 17, 2012 at 10:10 AM, Axel Müller <axel.carl.mueller@xxxxxxxxxxxxxx> wrote:
I have to restart the debug session several times before key bindings
are working.

There's also an existing bug where switching the keybinding schemes can interfere with shortcuts:
Bug 378684 - Ctrl+L disappears after switching to Emacs and back

We haven't seen the exception below, however.  Could you please open a bug against https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&component=UI with the stack trace, and we'll try and reproduce it.

 
Setting the focus to another window before restart seems
to help. But then I get a NPE!
Caused by: java.lang.NullPointerException
        at org.eclipse.ui.internal.WorkbenchPage.getViewStack(WorkbenchPage.java:3993)
        at org.eclipse.debug.internal.ui.views.ViewContextService$ViewBinding.checkZOrder(ViewContextService.java:517)
        at org.eclipse.debug.internal.ui.views.ViewContextService$DebugContextViewBindings.doActivation(ViewContextService.java:264)
        at org.eclipse.debug.internal.ui.views.ViewContextService$DebugContextViewBindings.activateChain(ViewContextService.java:235)
        at org.eclipse.debug.internal.ui.views.ViewContextService.activateChain(ViewContextService.java:1011)
        at org.eclipse.debug.internal.ui.views.ViewContextService.contextActivated(ViewContextService.java:838)
        at org.eclipse.debug.internal.ui.views.ViewContextService.contextManagerChanged(ViewContextService.java:1085)
        at org.eclipse.core.commands.contexts.ContextManager.fireContextManagerChanged(ContextManager.java:165)
        at org.eclipse.core.commands.contexts.ContextManager.setActiveContextIds(ContextManager.java:295)
        at org.eclipse.e4.ui.bindings.internal.BindingServiceImpl.setContextIds(BindingServiceImpl.java:237)
        at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)


Later,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top