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

debugging error

Former Member
0 Likes
385

I want to debug a z function module which is in update task,but though i set a debugging point in it ,the debugger jumps over that point, and i am not able to check the values.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
350

Hi Simy,

Put a break-point on a statement just before the call to the function module.

Then execute your program.

When you enter the program in debugging mode, perform the following steps:

click on the settings -> Display/Change debugger settings

tick the checkbox for update Debugging

Hope this helps.

Thanks,

Anusha

1 REPLY 1
Read only

Former Member
0 Likes
351

Hi Simy,

Put a break-point on a statement just before the call to the function module.

Then execute your program.

When you enter the program in debugging mode, perform the following steps:

click on the settings -> Display/Change debugger settings

tick the checkbox for update Debugging

Hope this helps.

Thanks,

Anusha