Is there a function for GWT (Google Web Toolkit) to pretty-print the html output of widgets? (apologies if the question is badly phrased - I'm not a GWT dev, but our developers are claiming that there's no way to do this)
Currently all output is a huge single-line block, making debugging of CSS issues etc. a considerable task.
HTML Tidy / Pretty Print, at least during testing, would be a great help.