‎2008 Apr 07 8:39 AM
‎2009 Jul 24 9:21 PM
You can put breakpoints in your unit test methods (or helper methods) the same way you can in regular ABAP. As long as it is being executed in the foreground it should be tripped. I have noticed some quirky behavior about when it allows me to place a breakpoint in the code and when it places the breakpoint on the report statement at the beginning of my program, but it IS possible. I do it frequently.
Regards,
Andy
‎2008 Apr 07 8:43 AM
‎2008 Apr 07 8:45 AM
hi ,
go to the program ztest-> execute->put /H in the command bar-> press enter--->then it will go to the debugging mode...
regards,
venkat.
‎2009 Jul 24 9:21 PM
You can put breakpoints in your unit test methods (or helper methods) the same way you can in regular ABAP. As long as it is being executed in the foreground it should be tripped. I have noticed some quirky behavior about when it allows me to place a breakpoint in the code and when it places the breakpoint on the report statement at the beginning of my program, but it IS possible. I do it frequently.
Regards,
Andy
‎2009 Nov 21 12:50 AM