SAP Parameter abap/authority_to_catch_for_debugging - how to check the authority for catching a process for debugging

Parameter
abap/authority_to_catch_for_debugging

Short text
Type of authorization check for debugging other users' processes

Parameter description
You can use this parameter to specify which authorization is checked ifa user wants to debug a program that is running under a different user.The default value debug_change means that, to debug other users'programs, a user requires change authorization in the debugger. Thevalue debug_catch means that the user who wants to debug another user'sprogram must have explicit authorization to take over the other user'sprocesses for debugging purposes. Change authorization in the debuggeris then no longer required. See also SAP Note 1471390.

Work area
ABAP

Default value
debug_change

Valid_values
"debug_change" or "debug_catch"