debugApplicationWithParameter

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: