java/com.sap.sailing.gwt.ui/Debug AdminConsole.launch
... ...
@@ -1,16 +1,18 @@
1 1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 2
<launchConfiguration type="com.github.sdbg.debug.core.chromeLaunchConfig">
3
-<stringAttribute key="applicationArguments" value=""/>
4
-<stringAttribute key="applicationName" value=""/>
5
-<booleanAttribute key="launchFile" value="false"/>
6
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
7
-<listEntry value="/com.sap.sailing.gwt.ui"/>
8
-</listAttribute>
9
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
10
-<listEntry value="4"/>
11
-</listAttribute>
12
-<stringAttribute key="projectName" value="com.sap.sailing.gwt.ui"/>
13
-<booleanAttribute key="showLaunchOutput" value="false"/>
14
-<stringAttribute key="url" value="http://127.0.0.1:8888/gwt/AdminConsole.html"/>
15
-<stringAttribute key="urlQueryParams" value=""/>
3
+ <stringAttribute key="applicationArguments" value=""/>
4
+ <stringAttribute key="applicationName" value=""/>
5
+ <stringAttribute key="browserSearchOrder" value="chromium,chrome,edge,firefox"/>
6
+ <booleanAttribute key="launchFile" value="false"/>
7
+ <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
8
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
9
+ <listEntry value="/com.sap.sailing.gwt.ui"/>
10
+ </listAttribute>
11
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
12
+ <listEntry value="4"/>
13
+ </listAttribute>
14
+ <stringAttribute key="projectName" value="com.sap.sailing.gwt.ui"/>
15
+ <booleanAttribute key="showLaunchOutput" value="false"/>
16
+ <stringAttribute key="url" value="http://127.0.0.1:8888/gwt/AdminConsole.html"/>
17
+ <stringAttribute key="urlQueryParams" value=""/>
16 18
</launchConfiguration>
wiki/howto/onboarding.md
... ...
@@ -124,6 +124,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window
124 124
- In "Web ⇒ Client-side JavaScript ⇒ Code Style ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations.
125 125
- In "Web ⇒ HTML Files ⇒ Editor" activate indent using Spaces
126 126
- In "XML(Wild Web Developer) ⇒ Validation & Resolution ⇒ Enable Validation" Disable the Checkbox
127
+- For Eclipse-based debugging of GWT web applications with SDBG, make sure that Chrome is set as your default browser: "General ⇒ Web Browser". If missing, add a profile for Chrome and specify "%URL%" as the parameter.
127 128
- Install Eclipse eGit (optional)
128 129
129 130