[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
break points in classdef methods
From: |
Richard Crozier |
Subject: |
break points in classdef methods |
Date: |
Fri, 04 Jul 2014 09:41:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
Hi,
Is it known/expected that break points cannot be set in classdef class
methods?
I wasn't sure of the syntax, but I've tried the following variations:
dbstop aclass.amethod
dbstop aclass\amethod
dbstop @aclass\amethod
dbstop @aclass.amethod
all of which yield
error: add_breakpoint: unable to find the requested function
This is using the default branch tip from a couple of weeks ago.
Richard
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- break points in classdef methods,
Richard Crozier <=