4 Replies Latest reply on Aug 21, 2014 5:56 AM by maxandersen

    In eclipse cannot normally debug the greet quickstart, for example.

    ericjvandervelden

      Let take the greet quickstart for example. I set a breakpoint in CreateController.create.

       

      I debug remotely. In the browser I give the proper url, and Eclipse hangs completely.

       

      Now I do it differently. After deployment I first run it without breakpoints.  Then again with the breakpoint. Then it goes OK: The debugger falls iin the breakpoint.

       

      In the log of Eclipse I see the following. Maybe it has to do with it.

       

      When I set a breakpoint in the helloworld quickstart, the debugger falls into the breakpoint. I don't have to do the trick above.

       

      If I use JBoss developer studio, I see the same thing.

       

      Thanks.

       

       

      !ENTRY org.eclipse.debug.ui 4 0 2014-08-04 20:03:21.741

      !MESSAGE Launch shortcut 'com.google.gwt.eclipse.core.speedtracer.speedTracerLaunchShortcut' enablement expression caused exception. Shortcut was removed.

      !STACK 1

      org.eclipse.core.runtime.CoreException: No property tester contributes a property com.google.gdt.eclipse.suite.isLaunchTarget to type class org.eclipse.core.internal.resources.Project

        at org.eclipse.core.internal.expressions.TypeExtensionManager.getProperty(TypeExtensionManager.java:123)

        at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:96)

        at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)

        at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:150)

        at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)

        at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)

        at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)

        at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)

        at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.evalEnablementExpression(LaunchShortcutExtension.java:287)

        at org.eclipse.debug.ui.actions.ContextualLaunchAction.isApplicable(ContextualLaunchAction.java:295)

        at org.eclipse.debug.ui.actions.ContextualLaunchAction.fillMenu(ContextualLaunchAction.java:218)

        at org.eclipse.debug.ui.actions.ContextualLaunchAction$1.menuShown(ContextualLaunchAction.java:137)

        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)

        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)

        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)

        at org.eclipse.jface.action.ActionContributionItem.copyMenu(ActionContributionItem.java:1268)

        at org.eclipse.jface.action.ActionContributionItem.handleShowProxy(ActionContributionItem.java:1248)

        at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:1237)

        at org.eclipse.jface.action.ActionContributionItem$8.handleEvent(ActionContributionItem.java:1210)

        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397)

        at org.eclipse.swt.widgets.Menu.gtk_show(Menu.java:667)

        at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2055)

        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4563)

        at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)

        at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2302)

        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361)

        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)

        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)

        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)

        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)

        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)

        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)

        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)

        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)

        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)

        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

        at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

      !SUBENTRY 1 org.eclipse.core.expressions 4 201 2014-08-04 20:03:21.742

      !MESSAGE No property tester contributes a property com.google.gdt.eclipse.suite.isLaunchTarget to type class org.eclipse.core.internal.resources.Project