GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::file_editor_tab::breakpoint_info Struct Reference
Collaboration diagram for octave::file_editor_tab::breakpoint_info:

Public Attributes

int do_not_remove_line
 
int remove_line
 
bool remove_next
 

Detailed Description

Definition at line 335 of file file-editor-tab.h.

Member Data Documentation

◆ do_not_remove_line

int octave::file_editor_tab::breakpoint_info::do_not_remove_line

Definition at line 339 of file file-editor-tab.h.

Referenced by octave::file_editor_tab::run_file().

◆ remove_line

int octave::file_editor_tab::breakpoint_info::remove_line

◆ remove_next

bool octave::file_editor_tab::breakpoint_info::remove_next

The documentation for this struct was generated from the following file: