Classdef: Difference between revisions

18 bytes removed ,  25 June 2015
→‎Not Supported: corrected information
(→‎Not Supported: corrected information)
Line 2: Line 2:


=== Not Supported ===
=== Not Supported ===
* '''debugging in classdef methods (and +package directory functions)'''
Breakpoints cannot currently be set in classdef methods (or at least they are ignored). They also can't be set in functions in +package directories (which is a related issue).


* '''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>


39

edits