<?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>Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx</link><description>From time to time I get questions like "our process spawns a lot of threads, how do we know who created them?" or "can I tell how many times we call this method?". You can answer both of these questions by setting breakpoints, and below is a simple sample</description><dc:language>sv-SE</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx#8436472</link><pubDate>Tue, 29 Apr 2008 06:03:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8436472</guid><dc:creator>greg roberts</dc:creator><description>&lt;p&gt;Thanks, excellent resources for debugging!&lt;/p&gt;
</description></item><item><title>re: Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx#8443503</link><pubDate>Wed, 30 Apr 2008 17:27:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8443503</guid><dc:creator>Marc Sherman</dc:creator><description>&lt;p&gt;Is there ever a case where code is not JITTED and therefore impossible to set a breakpoint?&lt;/p&gt;
</description></item><item><title>re: Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx#8443562</link><pubDate>Wed, 30 Apr 2008 17:49:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8443562</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;It will be jitted when you first call the method, so when you need the breakpoint it will be there if you use !bpmd&lt;/p&gt;
</description></item><item><title>re: Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx#8444493</link><pubDate>Wed, 30 Apr 2008 21:59:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8444493</guid><dc:creator>Marc Sherman</dc:creator><description>&lt;p&gt;So managed code is never interpreted, it's always JITTED and executed by the cpu?&lt;/p&gt;
</description></item><item><title>re: Setting breakpoints in .net code using !bpmd</title><link>http://blogs.msdn.com/tess/archive/2008/04/28/setting-breakpoints-in-net-code-using-bpmd.aspx#8447754</link><pubDate>Fri, 02 May 2008 01:19:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8447754</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;yes&lt;/p&gt;
</description></item></channel></rss>