Navigation

Operators and Keywords

Function List:

C++ API

Command: dbtype
Command: dbtype lineno
Command: dbtype startl:endl
Command: dbtype startl:end
Command: dbtype func
Command: dbtype func lineno
Command: dbtype func startl:endl
Command: dbtype func startl:end

Display a script file with line numbers.

When called with no arguments in debugging mode, display the script file currently being debugged.

An optional range specification can be used to list only a portion of the file. The special keyword "end" is a valid line number specification for the last line of the file.

When called with the name of a function, list that script file with line numbers.

See also: dbwhere, dbstatus, dbstop.

Package: octave