Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 972 Bytes

debug_version.adoc

File metadata and controls

32 lines (25 loc) · 972 Bytes

Debug Version of Widgetset

The easiest way to debug the application on the client side without GWT Super Dev Mode is to use the debug configuration inside the web module configuration.

  1. Add the new debug configuration inside webModule:

    link:../../../../source/development/debug_1.groovy[role=include]
  2. Add the debug dependency inside the dependencies block of webModule:

    link:../../../../source/development/debug_2.groovy[role=include]

    If the charts add-on is added, then debug("com.haulmont.charts:charts-web-toolkit:$cubaVersion:debug@zip") must be used.

  3. Add deploy.doLast task to the webModule configure block:

    link:../../../../source/development/debug_3.groovy[role=include]

The debug scenarios will be deployed in the $cuba.tomcat.dir/webapps/app/VAADIN/widgetsets/com.haulmont.cuba.web.toolkit.ui.WidgetSet directory of the project.