SET_HIGHLIGHT_BREAKPOINTS_MODE
Use
This method allows you to switch the highlighting mode for breakpoints on and off.

This method is only used in the ABAP Editor.
Windows |
HTML |
Java |
ü |
X |
ü |
Features
call method textedit- >set_highlight_breakpoints_mode
exporting
highlight_breakpoints_mode = highlight_breakpoints_mode
exceptions
error_cntl_call_method = 1
invalid_parameter = 2.
Parameters |
Description |
Possible values |
highlight_breakpoints_mode |
Switches breakpoint highlighting on or off |
true Switch on (default value) false Switch off |

If this mode is switched on, the methods
HIGHLIGHT_SELECTION and HIGHLIGHT_LINES for highlighting areas of text have no effect.