Product Information > Version 7.1 Release Information > Upgrading to JADE Release 7.1 > debugApplicationWithParameter Method (NFS 61035)

debugApplicationWithParameter Method (NFS 61035)

The Application class can now contain the debugApplicationWithParameter method, which has the following signature.

debugApplicationWithParameter(schemaName:      String; 
                              applicationName: String; 
                              passedObject:    Object);

Executing this method initiates the application specified in the applicationName parameter requested application 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: