Starting An Application Programmatically in Debug Mode

To start an application programmatically in debug mode, call the Application class debugApplication method, specifying the name of the schema and the application in the respective schemaName and applicationName parameters.

An exception is raised if the Jade Platform development environment is not already running in the same session (using the same jade exe environment). Alternatively, to initiate an application in debug mode, passing a specified object to the initialize method defined in the application, call the Application class debugApplicationWithParameter method.