You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Run** menu items are described in the table below:
16
+
The following table describes the **Run** menu items:
17
17
18
18
| Menu Item | Description | Shortcut Key |
19
19
| --- | --- | --- |
20
-
|**Run Locally**| Runs the app locally so you can view the app. | <kbd>F5</kbd> |
20
+
|**Run Locally**| Runs the app locally so you can view it. | <kbd>F5</kbd> |
21
21
|**Stop**| Stops the currently running app. | <kbd>Shift</kbd> + <kbd>F5</kbd> |
22
-
|**Configuration**| Sets the configuration level (**Default**). ||
23
-
|**Default Log Level**|Allows setting the default log level before running the app locally. The options are **Trace**, **Debug**, **Info** (default), **Warning**, **Error**, **Critical**. ||
24
-
|**Publish**| Deploys the app to cloud. The **Console** pane is activated and this shows the output of the server that runs the app. ||
25
-
|**Run on Cloud Foundry (⚠ deprecated)**| Opens the **Edit Cloud Foundry Settings** dialog box so you can run your app on Cloud Foundry. ||
26
-
|**Edit Cloud Foundry Settings (⚠ deprecated)**| Opens the **Edit Cloud Foundry Settings** dialog box so you can edit your Cloud Foundry settings. For more information on this dialog box, see [Edit Cloud Foundry Settings](/refguide/edit-cloud-foundry-settings-dialog/). ||
27
-
|**Debug**|Allows you to connect the [Debugger](/refguide/view-menu/#debugger). ||
28
-
|**Responsive Web**|Shows the web client for the currently running app in the browser. | <kbd>F9</kbd> |
29
-
|**Tablet Web**|Shows the tablet mobile client for the currently running app in the browser. | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F9</kbd> |
30
-
|**Phone Web**|Shows the mobile client for the currently running app in the browser. | <kbd>Ctrl</kbd> + <kbd>F9</kbd> |
31
-
|**View on your device**| Provides a link to allow you to view the app. ||
22
+
|**Configuration**| Sets the configuration level to **Default**. ||
23
+
|**Default Log Level**|Sets the default log level before running the app locally. Options are **Trace**, **Debug**, **Info** (default), **Warning**, **Error**, and **Critical**. ||
24
+
|**Publish**| Deploys the app to the cloud. The **Console** pane opens and shows the output of the server that runs the app. ||
25
+
|**Run on Cloud Foundry (⚠ deprecated)**| Opens the **Edit Cloud Foundry Settings** dialog box so you can run your app on Cloud Foundry. ||
26
+
|**Edit Cloud Foundry Settings (⚠ deprecated)**| Opens the **Edit Cloud Foundry Settings** dialog box so you can edit your Cloud Foundry settings. For more information, see [Edit Cloud Foundry Settings](/refguide/edit-cloud-foundry-settings-dialog/). ||
27
+
|**Debug**|Connects the [Debugger](/refguide/view-menu/#debugger). ||
28
+
|**Responsive Web**|Opens the web client for the currently running app in the browser. | <kbd>F9</kbd> |
29
+
|**Tablet Web**|Opens the tablet mobile client for the currently running app in the browser. | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F9</kbd> |
30
+
|**Phone Web**|Opens the mobile client for the currently running app in the browser. | <kbd>Ctrl</kbd> + <kbd>F9</kbd> |
31
+
|**View on your device**| Provides a link to view the app on your device. ||
0 commit comments