Breakpoints and Breakpoint Statements
There are the following types of breakpoints
The following restrictions apply:
Up to 30 session breakpoints, external breakpoints, and debugger breakpoints can be set.
A breakpoint is either active or inactive.
Only active breakpoints take effect. Inactive breakpoints are ignored at runtime.
1. Session Break Point
2. External Break Point
3. Break point Statement
Session breakpoints
you can set session breakpoints in the sap editor (se38) . This breakpoint valid for the same use same session.
External Breakpoints
You can debug applications with external breakpoints, that use the RFC interface or HTTP protocol.
This Valid for only 2 hours.
Breakpoint Statement
This can be triggered by breakpoint statement.
BREAK-POINT.
No comments:
Post a Comment