<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stop in the name of error</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Sun, 12 Feb 2012 04:03:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-7715</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Apr 2011 17:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-7715</guid>
		<description>@Christian,

 This is not possible. When you run commands from the debug prompt, they are evaluated in a separate program-flow context from the running program (although it does have the appropriate workspace).</description>
		<content:encoded><![CDATA[<p>@Christian,</p>
<p> This is not possible. When you run commands from the debug prompt, they are evaluated in a separate program-flow context from the running program (although it does have the appropriate workspace).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hachmann</title>
		<link>http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-7703</link>
		<dc:creator>Christian Hachmann</dc:creator>
		<pubDate>Tue, 19 Apr 2011 13:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-7703</guid>
		<description>Hi,
when I enter debug mode via a breakpoint inside a for-loop and enter the command &quot;break&quot; at the prompt it does not behave as it would in the code. I get &lt;pre&gt; ??? Error: A BREAK statement appeared outside of a loop. Use RETURN instead.&lt;/pre&gt;
The continue-statement does not seem to work in debug-mode either.
So i would appreciate a way to skip execution of the rest of the loop and continue execution of the code after the loop.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
when I enter debug mode via a breakpoint inside a for-loop and enter the command &#8220;break&#8221; at the prompt it does not behave as it would in the code. I get
<pre> ??? Error: A BREAK statement appeared outside of a loop. Use RETURN instead.</pre>
</p><p>The continue-statement does not seem to work in debug-mode either.<br />
So i would appreciate a way to skip execution of the rest of the loop and continue execution of the code after the loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-4795</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 28 May 2008 14:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/05/19/stop-in-the-name-of-error/#comment-4795</guid>
		<description>&lt;p&gt;I should mention, dear readers that you of course should not use the &lt;tt&gt;lasterror&lt;/tt&gt; function. This function depends on global state, and its programmatic use is not encouraged.&lt;/p&gt;
&lt;p&gt;At the command line, &lt;tt&gt;MException.last&lt;/tt&gt; contains all of the information in &lt;tt&gt;lasterror&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p>I should mention, dear readers that you of course should not use the <tt>lasterror</tt> function. This function depends on global state, and its programmatic use is not encouraged.</p>
<p>At the command line, <tt>MException.last</tt> contains all of the information in <tt>lasterror</tt>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

