debugApplicationWithParameter(schemaName: String; applicationName: String; passedObject: Object);
The debugApplicationWithParameter method of the Application class starts the application specified in the applicationName parameter in JADE debug mode, passing the value specified in the passedObject parameter to the initialize method defined in the application. The initialize method must expect an object parameter; otherwise an exception is raised.
The JADE debugger stops on the first logic statement executed in the user application.
The conditions that apply to the Application class debugApplication method apply to the method; that is:
To debug the application, the JADE development environment must be running.
You must have a defined user profile in the JADE development environment.
The schema specified in the schemaName parameter must exist.
The application must be defined in that schema or a superschema.