Application Development 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: 

Capture the point where field contents are changing while debugging

former_member200874
Participant
0 Kudos

Hi All,

I have been debugging a standard program with changes directly made to it, to find out where exactly sales office value is being copied from. I could see the value coming into the filed XVBAK-VKBUR but could not locate the point while debugging because at that point the program execution flow jumps to another step which I am not able to see or capture.

How exactly follow the step where the filed value is populated avoiding sudden jump in execution flow.

Thanks in advance.

JB

1 REPLY 1

Former Member
0 Kudos

Hi,

Try Using Watch-points - that will stop whenever the variable is assigned a value..

Regards