‎2008 May 12 7:55 PM
How to debug and include program.
points will be assigned.
tahnks,
Subha
‎2008 May 12 8:00 PM
put a break point in the program and execute the main program in which this include is placed
‎2008 May 12 8:01 PM
You cannot check,execute and debug INCLUDE programs.
Regards,
Dara.
‎2008 May 12 8:07 PM
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!
‎2008 May 12 8:05 PM
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
‎2008 May 12 9:07 PM
Click the where used-list to check in which main program it is used .
Execute that program and put the breakpoint in that include .