superdevmode troubles

Hello,
I am trying to use superdev mode to debug some client widgets.

mvn vaadin:run-codeserver
is starting up OK.
My development environment is Linux/RHEL. Now unfortunately, google doesn’t support chrome on Linux/RHEL anymore, so for superdevmode I could either revert to chromium on Linux, or connect from chrome on a Windows box.

  1. With chromium I can see the java code in the browser “developer tools”, however it appears to be misaligned, e.g. breakpoints don’t fire when they should or can’t be set at some places. As far as I can tell, my widgetset is up-to-date, at least in “normal” mode I can see my latest changes. I’m using chromium 31.0.1650.63. Is chromium supported and/or is it recent enough?

  2. To use chrome on windows and connect to my Linux superdevmode server, I would need mvn vaadin:run-codeserver to listen to other servers, not just localhost as seems to be default. With GWT there was an option
    -bindAddress 0.0.0.0
    to allow remote servers to connect. How could I enable this with
    mvn vaadin:run-codeserver

Thanks and regards
Geert

Hey Geert,

Please have a look at this post on
Google+
this might help you.

Thanks,
Krishna

Thanks, that got me back to a working classic development mode on Linux, which is what I prefer (for the moment anyway).
Thanks!
Geert