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

To debug an include program

Former Member
0 Likes
4,870

How to debug and include program.

points will be assigned.

tahnks,

Subha

5 REPLIES 5
Read only

Former Member
0 Likes
1,761

put a break point in the program and execute the main program in which this include is placed

Read only

Former Member
0 Likes
1,761

You cannot check,execute and debug INCLUDE programs.

Regards,

Dara.

Read only

0 Likes
1,761

You get to know what is the main program, the one that calls the include you want to debug.

Then you can place a break-point into the include, and execute the main program.

Remember includes work right the same way like their code was just "inserted" into the main program.

Hope it helps!

Read only

Former Member
0 Likes
1,761

Hi

Putting a break point in the include program and executing the main program will work.

one include may be used in many executable programs so choose the proper main program and execute.

reward points if useful.

Regards

sudheendra

Read only

Former Member
0 Likes
1,761

Click the where used-list to check in which main program it is used .

Execute that program and put the breakpoint in that include .