anandpr1989
25th February 2013, 11:23
Hi All,

I have an existing customized report, but there are some calculation issues in report, so how can I find the flow of report by using Compile with debugger option. I want to check both report script and program script.
So, Plz Help......

en@frrom
25th February 2013, 13:54
Just place them in debug mode, which is to be found in the Specific menu in program/report scripts sessions (shortcut CTRL+f10)

Regards,
Eli Nager

anandpr1989
25th February 2013, 15:32
Thanks for quick reply. But how can I see line by line debugging of script?

en@frrom
25th February 2013, 15:49
After putting in debug mode, you just start the program and it will start in debug mode, in which you can go through the program line by line...

JaapJD
26th February 2013, 08:36
If you are using Application Studio, you should press the View Debug Script hyperlink in the Report Editor Overview tab. Then the generated report source is displayed and you can set your breakpoints there.

anandpr1989
26th February 2013, 14:15
Thanks to all