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

debug in include program

Former Member
0 Likes
1,016

because I can't debug it so who can tell me a better method to display the contents of variable in a program which type is include.

I don't want to use commond 'message'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
767

create a test program and include ur include in that program.

debug the test prgm

6 REPLIES 6
Read only

Former Member
0 Likes
767

Just put a break point and check in include

Read only

Former Member
0 Likes
767

just hard code break-point in include while testing and later remove it...

Regards

vasu

Read only

former_member386202
Active Contributor
0 Likes
767

Hi,

Put a break point in INCLUDE and debugg the program.

Regards,

Prashant

Read only

Former Member
0 Likes
768

create a test program and include ur include in that program.

debug the test prgm

Read only

0 Likes
767

If its a standard program then we cant hardcode breakpoints .

if we dont know exactly the position where the program is going to stop .

In that case better to use watch points

Read only

0 Likes
767

yes,

It is the standard program that I want to view.

How can I view the contents of variable in program MV45AF0A_AG_VORSCHLAGEN?