‎2010 Apr 20 7:27 AM
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.
‎2010 Apr 20 7:28 AM
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
‎2010 Apr 20 7:28 AM
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