The Run Without Build option is intended to quickly run the selected Main Object or the Startup Object (Ctrl-F5). There is no build, no reorganization, no compilation, anything but run. The idea is to be able to run the selected object as it was when it was last built or run, ignoring any changes in the Knowledge Base.

This option performs the following steps: 

Steps Comments
Saves any unsaved objects in the workspace This step Stops on errors
Does _NOT_ reorganize the database even if it is necessary  
Does _NOT_ specify any object  
Does _NOT_ generate  
Does _NOT_ compile anything  
Executes the selected (explicit or implied) main object  


Note

If the selected (explicit or implied) object was never run/build before, execution will fail.

Availability

This options is available as of GeneXus Tilo Beta 2.

See also

Build All/Rebuild All
Build/Rebuild/Run
Build/Run With This Only