Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!m7g2000prd.googlegroups.com!not-for-mail
From: swgillan <swgillan@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: breakpoint
Date: Fri, 23 Oct 2009 23:51:53 -0700 (PDT)
Organization: http://groups.google.com
Lines: 8
Message-ID: <ffef0484-b25e-4ab4-875c-ac029cbd9a81@m7g2000prd.googlegroups.com>
References: <hbsfj9$t2u$1@fred.mathworks.com>
NNTP-Posting-Host: 96.50.69.170
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1256367114 8648 127.0.0.1 (24 Oct 2009 06:51:54 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 24 Oct 2009 06:51:54 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: m7g2000prd.googlegroups.com; posting-host=96.50.69.170; 
	posting-account=oG0_2QoAAADs2vBCPqAYFyNKpnhzubZa
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) 
	Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:579744


On Oct 23, 7:46 am, "jefff35 " <jeff...@hotmail.fr> wrote:
> hello,
> i have a problem with breakpoints in matlab.
> before i was able to set breakpoints, and when i ran the file, it breaks. but know it doesn't. is there a particular setting for it?

in between execution or at the start of your function are you issuing
a "clear" command? that also removes breakpoints.