
Starting and Exiting a Debugging Session
By calling up the XSLT debugger, you can follow up exactly the execution of the
XSL transformation in debugging mode. To start a debugging session, you must first set at least one breakpoint in the examined XSLT program. Afterwards, call up the XSLT transformation either using the test environment or from an ABAP program using the CALL TRANSFORMATION statement.
Contrary to the
ABAP Debugger, you cannot start the XSLT Debugger directly.
Prerequisites
Procedure
Starting the Debugging Session
test environment for the XSLT transformation or the respective ABAP program in which the transformation to be tested is called using CALL TRANSFORMATION.
You have started the XSLT debugger and can now control the remaining procedure using the different
debugging functions.Exiting the Debugging Session
To exit a debugging session, there is no explicit exit function available. To close the Debugger at any particular point, certain minor preparations must be made.
Proceed as follows:
Transformation execution is now closed and any existing result is output. The system releases all the required resources in debugging mode.