Why do we need to DEBUG : BREAK POINT : WATCH POINT

DEBUG
 
We write programs to achieve certain functionality and like other actions, we make mistakes while writing the code. If they are not trapped at the right time, problem becomes bigger, and bigger and bigger.
 
Read more in ... DEBUG
 

BREAK POINT

 

The BREAK POINT is a debugging aid. When we run a program normally, it is interrupted at the statement, and the system automatically starts the debugger, allowing you to display the contents of any fields in the program and check how the program continues. If the program is running in the background or in an update task, the system generates a system log message. 
 
Read more in ... BREAK POINT
 
WATCH POINT
 
Indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point.
 
Read more in ...WATCH POINT
 

No comments:

Post a Comment