a3e225c16700c81b32cac4e937b73c9eb3c565c3
wiki/howto/development/super-dev-mode.md
| ... | ... | @@ -56,7 +56,7 @@ Be aware that some of the Eclipse debugger features do NOT work with this kind o |
| 56 | 56 | * Variable naming is not 1:1 what you expect in the Java world |
| 57 | 57 | * Stacks look different but clicking on Stack elements should |
| 58 | 58 | * [[Stack Traces logged in Chrome do not use source maps|https://code.google.com/p/chromium/issues/detail?id=357958]], so you see the JavaScript Stack Trace instead. |
| 59 | -If you wish to debug in a different language, go to the `.gwt.xml file` and add `<extend-property name="locale" values="en,de" />`. Next, run the setup, the same way you would to use the debugger. After launching in Chrome, add the following after the .html: `?locale=de` |
|
| 59 | +If you wish to debug in a different language, go to the `.gwt.xml file`, for the given page, and add `<extend-property name="locale" values="en,de" />`. Next, run the setup, the same way you would to use the debugger. After launching in Chrome, add the following after the .html: `?locale=de` |
|
| 60 | 60 | |
| 61 | 61 | ## Debugging SDM on Android devices |
| 62 | 62 |