If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

Run Menu

Last modified: August 20, 2024

Introduction

The Run menu allows you to deploy and monitor your app:

Run Menu

The Run menu items are described in the table below:

Menu ItemDescriptionShortcut Key
RunDeploys and run the project locally. The Console pane is activated and this shows the output of the server that runs the project.F5
Run on Cloud FoundryOpens the Edit Cloud Foundry Settings dialog box so you can run your app on Cloud Foundry.
Edit Cloud Foundry SettingsOpens 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.
Run LocallyRuns the project locally so you can view the app.F5
StopStops the currently running project.Shift + F5
ConfigurationSets the configuration level (Default).
Default log levelAllows setting the default log level before running the project locally. The options are Trace, Debug, Info (default), Warning, Error, Critical.
DebugAllows you to connect the Debugger.
Responsive BrowserShows the web client for the currently running project in the browser.F9
Tablet BrowserShows the tablet mobile client for the currently running project in the browser.Ctrl + Shift + F9
Phone BrowserShows the mobile client for the currently running project in the browser.Ctrl + F9
Hybrid Phone App OnlineViews the app as a phone app online.
View in the Mendix AppProvides a link to allow you to view the app via the Mendix Developer App.

Read More