Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!j19g2000vbp.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: "Error using ==> dbstop"
Date: Thu, 25 Jun 2009 07:17:10 -0700 (PDT)
Organization: http://groups.google.com
Lines: 19
Message-ID: <4a659c20-07f7-421f-b010-1d7aca2078f6@j19g2000vbp.googlegroups.com>
References: <h1vvp9$e75$1@fred.mathworks.com>
NNTP-Posting-Host: 77.17.200.38
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1245939430 2357 127.0.0.1 (25 Jun 2009 14:17:10 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 25 Jun 2009 14:17:10 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: j19g2000vbp.googlegroups.com; posting-host=77.17.200.38; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:550594


On 25 Jun, 15:58, "Martin " <ro...@mrt.uka.de> wrote:
> Hello everybody,
>
> I am using the "publish" command to evaluate an *.m file and publish it as HTML. I then use the "lasterror" command to decide if the *.m file compiles correctly or contains errors.
> I used this file for a couple of months and it worked. But now, I will receive following error message:
>
> "Error using ==> dbstop
> You can not set a breakpoint past the start of the last expression in the file."
>
> Does anybody know what this means?

Unless the English language has changed over the past
couple of hours, it means that a breakpoint is attempted
set somwhere near the end of the file, after the last
expression in the file.

*Why* that happens is a completely different question.

Rune