cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Practice ABAP Debugging?

azeemsap9
Participant
0 Likes
366

How will i get the various Scenarios for practising ABAP Debugging?

Like for a Report,Function Module and SmartForm.

Accepted Solutions (0)

Answers (1)

Answers (1)

MBartsch71
Participant
0 Likes

Very interesting question. You can solve some code katas and try to debug your code. But as explained in various Clean Code and TDD books, the best way is to not need the debugger. At least for code that you develop it is recommended to practice TDD.