<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Giving your code some privacy</title>
	<link>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/</link>
	<description>Inside the MATLAB Desktop is written by the MATLAB Interface teams.&#60;br /&#62;&#60;br /&#62;&#60;a href="http://blogs.mathworks.com/images/desktop/authors/team_small.jpg"&#62;&#60;img src="http://blogs.mathworks.com/images/desktop/authors/team_tiny.jpg"&#62;&#60;/a&#62;</description>
	<pubDate>Fri, 29 Aug 2008 03:10:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Christina Roberts</title>
		<link>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1649</link>
		<dc:creator>Christina Roberts</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:49:56 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1649</guid>
		<description>Hi Will,

We will fold switch statements in a future release.  Thanks for letting us know how you are using code folding!

-Christina</description>
		<content:encoded><![CDATA[<p>Hi Will,</p>
<p>We will fold switch statements in a future release.  Thanks for letting us know how you are using code folding!</p>
<p>-Christina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Dampier</title>
		<link>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1639</link>
		<dc:creator>Will Dampier</dc:creator>
		<pubDate>Tue, 27 Nov 2007 23:01:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1639</guid>
		<description>Personally, I love the new folding feature.  I would love to see folding SWITCH statements since I often parse through dozens of input arguments to VARARGIN and they often take up 100 or more lines of particularly ugly code (try-catches, warnings messages, error messages, long conditional statements).  I've started to put them into a large subfunction which modifies pre-initialized flag variables just so I can foldd it out-of-site but I don't like habitually sharing variables between functions like that.

Thanks
Will</description>
		<content:encoded><![CDATA[<p>Personally, I love the new folding feature.  I would love to see folding SWITCH statements since I often parse through dozens of input arguments to VARARGIN and they often take up 100 or more lines of particularly ugly code (try-catches, warnings messages, error messages, long conditional statements).  I&#8217;ve started to put them into a large subfunction which modifies pre-initialized flag variables just so I can foldd it out-of-site but I don&#8217;t like habitually sharing variables between functions like that.</p>
<p>Thanks<br />
Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1635</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 27 Nov 2007 17:48:05 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1635</guid>
		<description>Hi J.R.,

Your absolutely right! Saving breakpoints, breakpoint conditions and bookmarks are blatantly missing features.

You can actaully save breakpoints and conditional breakpoints manually by doing the following:

To save:

&gt;&gt; mybreakpoints = dbstatus;
&gt;&gt; save mydebugsession mybreakpoints

To load:

&gt;&gt; load mydebugsession mybreakpoints
&gt;&gt; dbstop(mybreakpoints)

We are currently working on more seamless ways to do this though.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi J.R.,</p>
<p>Your absolutely right! Saving breakpoints, breakpoint conditions and bookmarks are blatantly missing features.</p>
<p>You can actaully save breakpoints and conditional breakpoints manually by doing the following:</p>
<p>To save:</p>
<p>>> mybreakpoints = dbstatus;<br />
>> save mydebugsession mybreakpoints</p>
<p>To load:</p>
<p>>> load mydebugsession mybreakpoints<br />
>> dbstop(mybreakpoints)</p>
<p>We are currently working on more seamless ways to do this though.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.R.Menzinger</title>
		<link>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1629</link>
		<dc:creator>J.R.Menzinger</dc:creator>
		<pubDate>Tue, 27 Nov 2007 11:37:57 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2007/11/26/giving-your-code-some-privacy/#comment-1629</guid>
		<description>That's great!
but... I'm waiting since 4 or 5 Releases for these option:
SAVE BREAKPOINTS
SAVE BREAKPOINTS CONDITIONS
SAVE BOOKMARKS
by leave the session.


I think it should be easy to implement, isn't it?

Best Regards

J.R.!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great!<br />
but&#8230; I&#8217;m waiting since 4 or 5 Releases for these option:<br />
SAVE BREAKPOINTS<br />
SAVE BREAKPOINTS CONDITIONS<br />
SAVE BOOKMARKS<br />
by leave the session.</p>
<p>I think it should be easy to implement, isn&#8217;t it?</p>
<p>Best Regards</p>
<p>J.R.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
