Hello, Experts!
Please, help to solve the following problem:
I wrote the code to upload aninternal table to MS Excel through xslt transformation.
If I do not set breakpoints, the program works correctly and I got the correct Excel file as an output.
But, when I’m trying to debug xslt transformation through the program and if I put a breakpoint on any line in xsl file and start the program, the system falls in a dump.
If I try to run the debugger not from the program, but directly from the transformation editor, the debugger runs normally. Like this :
The exact place where the program falls into dump is here (debugger after dump):
The dump text:
What can i do about that kind of problem?