comparison libinterp/corefcn/debug.cc @ 30329:81d26e8481a6

maint: Shorten @seealso lines to less than 80 characters (bug #57599) * chol.cc, data.cc, debug.cc, file-io.cc, load-save.cc, oct-hist.cc, pr-output.cc, sparse.cc, syscalls.cc, time.cc, utils.cc, ov-struct.cc, base64decode.m, base64encode.m, getappdata.m, isappdata.m, setappdata.m, colormap.m, isdir.m, cast.m, getfield.m, isfile.m, isfolder.m, setfield.m, contour.m, contour3.m, contourf.m, ezplot.m, isosurface.m, mesh.m, meshc.m, meshz.m, plot.m, surf.m, surfc.m, waterfall.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m: Shorten @seealso lines to less than 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 11:26:38 -0800
parents 32c3a5805893
children a61e1a0f6024
comparison
equal deleted inserted replaced
30328:a2397a85d7e5 30329:81d26e8481a6
162 Octave will set the real breakpoint at the next executable line. 162 Octave will set the real breakpoint at the next executable line.
163 163
164 When a file is re-parsed, such as when it is modified outside the GUI, 164 When a file is re-parsed, such as when it is modified outside the GUI,
165 all breakpoints within the file are cleared. 165 all breakpoints within the file are cleared.
166 166
167 @seealso{dbclear, dbstatus, dbstep, debug_on_error, debug_on_warning, debug_on_interrupt} 167 @seealso{dbclear, dbstatus, dbstep, debug_on_error, debug_on_warning,
168 debug_on_interrupt}
168 @end deftypefn */) 169 @end deftypefn */)
169 { 170 {
170 octave::bp_table::bp_lines retmap; 171 octave::bp_table::bp_lines retmap;
171 std::string symbol_name = ""; // stays empty for "dbstop if error" etc 172 std::string symbol_name = ""; // stays empty for "dbstop if error" etc
172 std::string class_name = ""; 173 std::string class_name = "";