Skip to content
Robin S edited this page Dec 2, 2013 · 2 revisions

GWT super dev mode allows you to debug your GWT/HTML5 app directly in the browser. Super dev mode compiles your Java code to JavaScript on the fly, and injects it into the browser. Debugging is done via source maps. Chrome is currently best supported.

see http://www.badlogicgames.com/wordpress/?p=3073

Table of Contents

Wiki Style Guide

Clone this wiki locally