wonder anyone can help on this. when i run testapp in eclipse, when i view in browser, somehow, the eclipse breakpoint fired itself like below. how to disable it? i didnt set any breakpoint
Daemon Thread [Code server for testapp from Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 on http://127.0.0.1:8888/testapp.html?gwt.codesvr=127.0.0.1:9997 @ y;O9P:DYS;dvbDYA] (Class load: HomeView) Class<T>.forName0(String, boolean, ClassLoader) line: not available [native method] Class<T>.forName(String, boolean, ClassLoader) line: 247 ModuleSpaceOOPHM(ModuleSpace).loadClassFromSourceName(String) line: 645 ModuleSpaceOOPHM(ModuleSpace).rebindAndCreate(String) line: 458 GWTBridgeImpl.create(Class<?>) line: 49 GWT.create(Class<?>) line: 97 ClientGinjectorImpl.create_Key$type$com$user$testapp$client $view $HomeView$_annotation$$none$$() line: 58 ClientGinjectorImpl.get_Key$type$com$user$testapp$client$view $HomeView $_annotation$$none$$() line: 67 ClientGinjectorImpl.create_Key$type$com$user$testapp$client $presenter $HomePresenter$MyView$_annotation$$none$$() line: 513 ClientGinjectorImpl.get_Key$type$com$user$testapp$client $presenter $HomePresenter$MyView$_annotation$$none$$() line: 517 ClientGinjectorImpl.create_Key$type$com$user$testapp$client $presenter $HomePresenter$_annotation$$none$$() line: 470 ClientGinjectorImpl.get_Key$type$com$user$testapp$client $presenter $HomePresenter$_annotation$$none$$() line: 479 ClientGinjectorImpl.access$2(ClientGinjectorImpl) line: 477 ClientGinjectorImpl$3$1.onSuccess() line: 311 GWT.runAsyncWithoutCodeSplitting(RunAsyncCallback) line: 310 GWT.runAsync(RunAsyncCallback) line: 254 ClientGinjectorImpl$3.get(AsyncCallback<HomePresenter>) line: 309 CodeSplitProvider<T>.get(AsyncCallback<T>) line: 48 HomePresenterMyProxyImpl $WrappedProxy(ProxyImpl<P>).getPresenter(AsyncCallback<P>) line: 43 HomePresenterMyProxyImpl(ProxyPlaceAbstract<P,Proxy_>).handleRequest(PlaceRequest) line: 205 ProxyPlaceAbstract<P,Proxy_>.access$0(ProxyPlaceAbstract, PlaceRequest) line: 204 ProxyPlaceAbstract$1.onPlaceRequest(PlaceRequestInternalEvent) line: 157 PlaceRequestInternalEvent.dispatch(PlaceRequestInternalHandler) line: 126 PlaceRequestInternalEvent.dispatch(EventHandler) line: 1 HandlerManager$HandlerRegistry.fireEvent(GwtEvent<H>, boolean) line: 78 HandlerManager$HandlerRegistry.access$1(HandlerManager $HandlerRegistry, GwtEvent, boolean) line: 55 DefaultEventBus(HandlerManager).fireEvent(GwtEvent<?>) line: 208 DefaultEventBus.fireEvent(HasEventBus, GwtEvent<?>) line: 38 GwtpnestedsamplePlaceManager(PlaceManagerImpl).fireEvent(GwtEvent<?>) line: 156 GwtpnestedsamplePlaceManager(PlaceManagerImpl).doRevealPlace(PlaceRequest) line: 127 GwtpnestedsamplePlaceManager(PlaceManagerImpl).revealPlace(PlaceRequest) line: 335 GwtpnestedsamplePlaceManager.revealDefaultPlace() line: 43 GwtpnestedsamplePlaceManager(PlaceManagerImpl).onValueChange(ValueChangeEvent<String>) line: 282 ValueChangeEvent<I>.dispatch(ValueChangeHandler<I>) line: 128 ValueChangeEvent<I>.dispatch(EventHandler) line: 1 HandlerManager$HandlerRegistry.fireEvent(GwtEvent<H>, boolean) line: 78 HandlerManager$HandlerRegistry.access$1(HandlerManager $HandlerRegistry, GwtEvent, boolean) line: 55 HandlerManager.fireEvent(GwtEvent<?>) line: 208 HistoryImplMozilla(HistoryImpl).fireEvent(GwtEvent<?>) line: 74 ValueChangeEvent<I>.fire(HasValueChangeHandlers<I>, I) line: 43 HistoryImplMozilla(HistoryImpl).fireHistoryChangedImpl(String) line: 81 History.fireCurrentHistoryState() line: 122 GwtpnestedsamplePlaceManager(PlaceManagerImpl).revealCurrentPlace() line: 311 Gwtpnestedsample.onModuleLoad() line: 36 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 597 ModuleSpaceOOPHM(ModuleSpace).onLoad(TreeLogger) line: 397 OophmSessionHandler.loadModule(BrowserChannelServer, String, String, String, String, String, byte[]) line: 183 BrowserChannelServer.processConnection() line: 510 BrowserChannelServer.run() line: 352 Thread.run() line: 637 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
