Use
Use this method to set a breakpoint.
This method is only used in the ABAP Editor.
Windows |
HTML |
Java |
ü |
X |
ü |
Features
call method textedit- >highlight_breakpoint_line
exporting
line = line
highlight_mode = highlight_mode
exceptions
has_no_effect = 1
error_cntl_call_method = 2
invalid_parameter = 3.
Parameters |
Description |
Possible values |
line |
Line in which you want to set the breakpoint |
|
highlight_mode |
Switches highlighting on or off (true/false) |
true Switched on (default value) false Switched off |