39
edits
m (→Not Supported) |
(→Not Supported: corrected information) |
||
Line 2: | Line 2: | ||
=== Not Supported === | === Not Supported === | ||
* '''enumeration''' | * '''enumeration''' | ||
Line 117: | Line 112: | ||
disp('myfunc') | disp('myfunc') | ||
end | end | ||
</source> | |||
* '''debugging in classdef methods (and +package directory functions)''' | |||
Breakpoints cannot currently be set in classdef methods from the gui, but only from the command line: | |||
<source lang="octave"> | |||
dbstop @aclass\amethod | |||
</source> | </source> | ||
edits