
Use this method to set a breakpoint.
This method is only used in the ABAP Editor.
|
Microsoft Windows |
HTML |
Java |
|---|---|---|
|
YES |
NO |
YES |
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.
|
Parameter |
Meaning |
Possible Values |
|---|---|---|
|
line |
Line in which you want to set the breakpoint |
|
|
highlight_mode |
Switches highlighting on or off (true/false) |
|