<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Not Step Into Functions using the Visual C++ Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx</link><description>Disclaimer: This is not a documented or supported feature. That means it was not tested, and might not work, and if it doesnt please dont call Microsoft Support and complain. If it does work, then hoorah. Introduction Ever stepped into a function you</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>How to Not Step Into Functions using the Visual C   Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#69077</link><pubDate>Sat, 07 Feb 2004 04:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:69077</guid><dc:creator>prshaw.net Blog</dc:creator><description /></item><item><title>How not to step into a function...</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#69155</link><pubDate>Sat, 07 Feb 2004 10:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:69155</guid><dc:creator>BufferOverrun</dc:creator><description /></item><item><title>How not to step into a function...</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#69156</link><pubDate>Sat, 07 Feb 2004 10:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:69156</guid><dc:creator>BufferOverrun</dc:creator><description /></item><item><title>Doesnt work on Windows 2000 claim</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#72085</link><pubDate>Thu, 12 Feb 2004 21:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:72085</guid><dc:creator>Andy Pennell</dc:creator><description>There is an interesting thread at &lt;a target="_new" href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=uZRru3n5DHA.2696%40TK2MSFTNGP09.phx.gbl&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3DNoStepInto%2Bon%2B.NET%2B7.1%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3DuZRru3n5DHA.2696%2540TK2MSFTNGP09.phx.gbl%26rnum%3D1"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=uZRru3n5DHA.2696%40TK2MSFTNGP09.phx.gbl&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3DNoStepInto%2Bon%2B.NET%2B7.1%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3DuZRru3n5DHA.2696%2540TK2MSFTNGP09.phx.gbl%26rnum%3D1&lt;/a&gt; which says that this feature does not work on Windows 2000. A customer debugged the debugger (using the publically available symbol files) and determined the real cause: an uninitialized variable in the debugger. On Win2K somehow this ends up as a &amp;quot;bad&amp;quot; value, and the feature fails, but on XP it is &amp;quot;good&amp;quot;. I checked the VS &amp;quot;Whidbey&amp;quot; codebase and it has the same bug, though I will try to fix it before release.</description></item><item><title>re: How to Not Step Into Functions using the Visual C++ Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#95135</link><pubDate>Wed, 24 Mar 2004 09:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:95135</guid><dc:creator>suthan</dc:creator><description>simple wonderfull</description></item><item><title>re: How to Not Step Into Functions using the Visual C++ Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#133496</link><pubDate>Mon, 17 May 2004 19:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:133496</guid><dc:creator>Gregg Miskelly</dc:creator><description>A customer pointed out another bug. This code is only run for native launch (not interop).</description></item><item><title>NoStepInto</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#158185</link><pubDate>Thu, 17 Jun 2004 17:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:158185</guid><dc:creator>Simply Patrick</dc:creator><description>????? Visual Studio 6 ??? autoexp.dat ??? step into???? VS 2003 ?????Google ???,???????,????« How to Not Step Into Functions using the Visual C++ Debugger »?&amp;amp;nbsp;...</description></item><item><title>re: How to Not Step Into Functions using the Visual C++ Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#207652</link><pubDate>Wed, 04 Aug 2004 05:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207652</guid><dc:creator>Adam</dc:creator><description>Thanks for sharing these options.&lt;br&gt;&lt;br&gt;How about the bug where enabling the debugger for running processes randomly crashes VS.Net? I don't know if this has been fixed in Whidbey, I haven't played around with Beta 1 too much for C++ development.</description></item><item><title>Updated NoStepInto article for Whidbey</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#422648</link><pubDate>Fri, 27 May 2005 20:37:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:422648</guid><dc:creator>Andy Pennell's Blog</dc:creator><description>I have updated the post at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/andypennell/archive/2004/02/06/69004.aspx&amp;amp;amp;nbsp;to"&gt;http://blogs.msdn.com/andypennell/archive/2004/02/06/69004.aspx&amp;amp;amp;nbsp;to&lt;/a&gt; include...</description></item><item><title>re: How to Not Step Into Functions using the Visual C++ Debugger</title><link>http://blogs.msdn.com/andypennell/archive/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger.aspx#1381620</link><pubDate>Sat, 30 Dec 2006 02:38:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1381620</guid><dc:creator>andypennell</dc:creator><description>&lt;p&gt;This post is popular with spammers so I am closing it for new comments.&lt;/p&gt;
</description></item></channel></rss>