Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to debug the program after execution

Former Member
0 Likes
605

I phased this Quetion in interview.

I have 3000 line 's of code but after execution of the program i am getting result

"there are no components " how to handle the situation.

I answerd : first i will execute the program in another client and i will check the result if it is same i will put breakpoint at where the statement triggered "there are no data contents " in my program and i will check for data in database tables.

is it corrct there is any another answer

3 REPLIES 3
Read only

Former Member
0 Likes
571

chk database tables.

check authorty chk.

Read only

varma_narayana
Active Contributor
0 Likes
571

Hi Venu..

You can use the Ok_code /H in the Command field to switch on the Debugger during the Execution of the program.

<b>reward if Helpful.</b>

Read only

Former Member
0 Likes
571

First put break point to all select statements and check what data comming

then check same data if there in database table or not with using same selection conditions

IF you are geting correct data then put break point on where exacly you are getting your final internal table data or say output data .

then debug for each record and check why data not get udated in final table

Hope this will solve your problem

Rewards if useful...............

Minal