<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-18241482.post5719281310785174565..comments</id><updated>2009-04-06T20:11:35.012-07:00</updated><title type='text'>Comments on Programming and Debugging (in my Underhøøsen): Stepping Over STL Code</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://the-free-meme.blogspot.com/feeds/5719281310785174565/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default'/><link rel='alternate' type='text/html' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html'/><author><name>The Free Meme</name><uri>http://www.blogger.com/profile/08287129746971472910</uri><email>cristi.vlasceanu@gmail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18241482.post-3063614295350875708</id><published>2009-04-06T14:48:00.000-07:00</published><updated>2009-04-06T14:48:00.000-07:00</updated><title type='text'>If only there were a Windows version...</title><content type='html'>If only there were a Windows version...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/3063614295350875708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/3063614295350875708'/><link rel='alternate' type='text/html' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html?showComment=1239054480000#c3063614295350875708' title=''/><author><name>MrTact</name><uri>http://www.blogger.com/profile/13783996395528458895</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html' ref='tag:blogger.com,1999:blog-18241482.post-5719281310785174565' source='http://www.blogger.com/feeds/18241482/posts/default/5719281310785174565' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-18241482.post-5999677247021420320</id><published>2009-02-05T10:43:00.000-08:00</published><updated>2009-02-05T10:43:00.000-08:00</updated><title type='text'>Hi K,What you want to do for D is to set ZERO_D_SU...</title><content type='html'>Hi K,&lt;BR/&gt;&lt;BR/&gt;What you want to do for D is to set ZERO_D_SUPPORT to true in your environment (see http://www.zero-bugs.com/2.0/manual_environ.html), and also ZERO_START_MAIN (or set "Always stop at main" in the UI).&lt;BR/&gt;&lt;BR/&gt;To your other question: the behavior of stepping over select functions is language independent so it should work for D.&lt;BR/&gt;&lt;BR/&gt;I have not tested LDC, I played with GCC LLVM a while ago and as I remember it work OK. I still have to check out LDC though.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/5999677247021420320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/5999677247021420320'/><link rel='alternate' type='text/html' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html?showComment=1233859380000#c5999677247021420320' title=''/><author><name>The Free Meme</name><uri>http://www.blogger.com/profile/08287129746971472910</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05942387056293398693'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html' ref='tag:blogger.com,1999:blog-18241482.post-5719281310785174565' source='http://www.blogger.com/feeds/18241482/posts/default/5719281310785174565' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-18241482.post-6870680152768445737</id><published>2009-02-04T00:55:00.000-08:00</published><updated>2009-02-04T00:55:00.000-08:00</updated><title type='text'>Sweet,Does this feature work with the startup runt...</title><content type='html'>Sweet,&lt;BR/&gt;&lt;BR/&gt;Does this feature work with the startup runtime/GC for dmd? If it does you may have a new customer...I would love to break at _Dmain and step over all the initialization code to the first loc in main(). Also, does ZeroBugs work with ldc? (I assume so since it is DWARF output).&lt;BR/&gt;&lt;BR/&gt;Thanks,&lt;BR/&gt;K.Wilson</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/6870680152768445737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18241482/5719281310785174565/comments/default/6870680152768445737'/><link rel='alternate' type='text/html' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html?showComment=1233737700000#c6870680152768445737' title=''/><author><name>K</name><uri>http://www.blogger.com/profile/08951089939503472796</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://the-free-meme.blogspot.com/2009/02/stepping-over-stl-code.html' ref='tag:blogger.com,1999:blog-18241482.post-5719281310785174565' source='http://www.blogger.com/feeds/18241482/posts/default/5719281310785174565' type='text/html'/></entry></feed>