Skip to content

Intelij 2018.2 Debugging GWT Apps

Mark Kevin Baldemor edited this page Aug 6, 2018 · 6 revisions

Getting Started

Step 1

  • Update or Download the latest 2018.2 Intelij IDEA

Step 2

  • Create a GWT Run Configuration and tick With Javascript debugger and run the application.

Step 3

  • Then once you run the application it will open a separate Chrome Remote Debugging Window

Step 4 (Optional)

  • The above steps will just allow you to debug in a single browser window (With no bookmark etc.) which states here
  • In order to debug it on any current Chrome Browser Window you must download the Live Edit plugin then the JetBrains Chrome Extension and enable it.

Step 5

  • Now you can start adding breakpoints and debug your GWT Applications.

Related bugs from previous IntelijIDEA Version starting 2017.X

Related Articles about the new Chrome Javascript Debugging Guide

Clone this wiki locally