Flowdock
method

line_trace_specify

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: InstructionSequence

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_4_6) is shown here.

line_trace_specify(p1, p2) public

Experimental MRI specific feature, only available as C level api.

Set a specified_line event at the given line position, if the set parameter is true.

This method is useful for building a debugger breakpoint at a specific line.

A TypeError is raised if set is not boolean.

If pos is a negative integer a TypeError exception is raised.

Show source
Register or log in to add new notes.