Classdef: Difference between revisions

No change in size ,  25 June 2015
→‎not supported: moved debugging problems to the top
(→‎not supported: added fuller example from bug report)
(→‎not supported: moved debugging problems to the top)
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 101: Line 105:
end
end
</source>
</source>
* 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).


==== supported ====
==== supported ====
39

edits