SmartGWT Power version 13.0
Eclipse 2025-3
Eclipse GWT Plugin 2.12.1
To test the Eclipse debug capability to I followed Eclipse instructions on the GWT Project site. ( I believe these are referenced in the GWT docs)
[GWT] Get Started - Configure Eclipse
I ran in Debug - GWT Development Mode with jetty
The project deployed and I saw codeserver diagnostics in the console indicating compile/likning success when I the browser was launched.
The project executed correctly. I was able to set and hit server-side break points. However; client-side break points were not executing ( did not stop on break point )
Any ideas on why the client side break points aren't working.
Thanks
Eclipse 2025-3
Eclipse GWT Plugin 2.12.1
To test the Eclipse debug capability to I followed Eclipse instructions on the GWT Project site. ( I believe these are referenced in the GWT docs)
[GWT] Get Started - Configure Eclipse
I ran in Debug - GWT Development Mode with jetty
The project deployed and I saw codeserver diagnostics in the console indicating compile/likning success when I the browser was launched.
The project executed correctly. I was able to set and hit server-side break points. However; client-side break points were not executing ( did not stop on break point )
Any ideas on why the client side break points aren't working.
Thanks
Comment