Show TOC

HIGHLIGHT_BREAKPOINT_LINELocate this document in the navigation structure

Use

Use this method to set a breakpoint.

Note

This method is only used in the ABAP Editor.

Microsoft Windows

HTML

Java

YES

NO

YES

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.
         

Parameter

Meaning

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

    deactivated