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.
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,