Browse Source

Update clientside-debugging.asciidoc

Change-Id: I2c5c962bdd572b697b992046a139d8d8f653133f
tags/7.7.0.alpha2
Enver Haase 8 years ago
parent
commit
355914195b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      documentation/clientside/clientside-debugging.asciidoc

+ 1
- 1
documentation/clientside/clientside-debugging.asciidoc View File

@@ -116,7 +116,7 @@ Chrome supports source maps, which allow debugging Java source code from which
the JavaScript was compiled.

Open the Chrome Inspector by right-clicking and selecting [guilabel]#Inspect
Element#. Click the settings icon in the lower corner of the window and check
Element#. Click the settings icon in the upper right corner of the window and check
the "Scripts > Enable source maps" option. Refresh the page with the Inspector
open, and you will see Java code instead of JavaScript in the scripts tab.


Loading…
Cancel
Save