sharma
15th July 2003, 11:44
hi friends
Is any one has any idea about this.
I am facing this problem during running a customized report. Generaly this problem occurs while we devide any value with zero , But in my case i have not used devide function in my main script & report script.I want any shortcut solution to find out this problem

Thanks

OmeLuuk
15th July 2003, 11:56
Run the session/report in debug and press L when the debugger sais "cannot continue" to list the value of all variables.

Also because of running in debug, you will know what statement causes the problem (if you coded it yourself).

sharma
15th July 2003, 12:26
Thanks for u r reply.

But i have high volume of data & after runnig this session for 3 or 4 hours this errors occurs. Is it possible through debugger to trace out the problem.
Thanks

OmeLuuk
15th July 2003, 12:43
just compile and run in debug. Press C to continue. There where the error occurs the debugger stops and you can see in what statement the process was (press f for stacktrace; ? for help) and what press L to get the list of current variables (Lp to get them in a file or on paper). Does not matter how long it takes.

sharma
19th July 2003, 08:23
Thanks a lot by this way i solved my problem.