<?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>Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx</link><description>I have created a prototype Breakpoint Helper that deals with the most common issues that Visual Studio Debugger users have when their breakpoints don't work. This is only a prototype, but I hope people will still find it useful. If the feedback is promising</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Breakpoint Helper is now Live</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#148857</link><pubDate>Sat, 05 Jun 2004 01:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:148857</guid><dc:creator>Andy Pennell's WebLog</dc:creator><description /></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#149134</link><pubDate>Sat, 05 Jun 2004 11:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:149134</guid><dc:creator>Sorin Dolha</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I just wanted to say that I absolutely love your tool, it's pretty handy in cases when you need to understand why a breakpoint isn't hit, just in case when you run out of clues.&lt;br&gt;&lt;br&gt;I have tested it and it's bold and clear, I think it would be great to try to integrate it into VS Team System analysis/help tools.&lt;br&gt;&lt;br&gt;Sorin Dolha [MCAD, MCSD .NET]</description></item><item><title>Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#149716</link><pubDate>Mon, 07 Jun 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:149716</guid><dc:creator>Eric Gunnerson's C# Compendium</dc:creator><description /></item><item><title>.:: Findekano's Tidbet ::</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#149796</link><pubDate>Mon, 07 Jun 2004 05:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:149796</guid><dc:creator>Tirion</dc:creator><description>.:: Findekano's Tidbet ::</description></item><item><title>Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#151313</link><pubDate>Tue, 08 Jun 2004 23:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:151313</guid><dc:creator>JimGries</dc:creator><description>O(+&amp;gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#178315</link><pubDate>Fri, 09 Jul 2004 13:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:178315</guid><dc:creator>Joe Moore</dc:creator><description>Cool tool. Too bad it didn't help me (other than convincing by boss I'm not crazy :-). Here's a scenario to add: &lt;br&gt;&lt;br&gt;VS.NET 2003, C#&lt;br&gt;Within my application, I'm using some unsafe code blocks calling a custom C DLL. I have a dialog with an 'OK' button witha DialogResult of 'OK'. The button's Click event calls a function (let's call it 'DoRegFunc') in which I access the registry (Microsoft.Win32.ReigstryKey). Breakpoints work everywhere else except the event and DoRegFunc. If I set an assertion to fail within the DoRegFunc, it fires, but when I press 'Retry' to debug it, VS.NET gives me a dialog saying &amp;quot;no code at this point&amp;quot; and the stack trace is empty. If I turn on debugging of unmanaged code, I get my stack trace back, but I still can't debug the managed code.</description></item><item><title>Visual Studio Debugger Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#182646</link><pubDate>Wed, 14 Jul 2004 04:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:182646</guid><dc:creator>.Avery Blog</dc:creator><description /></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#666688</link><pubDate>Sat, 15 Jul 2006 18:58:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:666688</guid><dc:creator>Tim</dc:creator><description>Thanks.&lt;br&gt;&lt;br&gt;My breakpoint problem had me stumped for a couple of hours, finally after dozens of reboots I started web searching and ran into your site. &amp;nbsp;I was back debugging with breakpoints in a couple of minutes.&lt;br&gt;&lt;br&gt;-Tim</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#690157</link><pubDate>Sun, 06 Aug 2006 19:09:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690157</guid><dc:creator>Jim Donelson</dc:creator><description>First, thank for the great site.&lt;br&gt;native, vc8 &lt;br&gt;The dreaded yellow ball!&lt;br&gt;First turn on &amp;quot;Warn if no symbols on launch&amp;quot;.&lt;br&gt;At least then you will get a dialog telling you.&lt;br&gt;You can try and rebuild but sometimes&lt;br&gt;vc8 incorrectly belives that symbols are out of date - the only fix is exit vc8 and restart.</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#690161</link><pubDate>Sun, 06 Aug 2006 19:26:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690161</guid><dc:creator>Jim Donelson</dc:creator><description>So much for that fix, the hollow ywllow ball is back, and now vs doesn't even complain, just the hollow yellow ball the the ! icon on it.&lt;br&gt;Any ideas?</description></item><item><title>re: Visual Studio Breakpoint Helper yellow ball redux</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#690174</link><pubDate>Sun, 06 Aug 2006 19:41:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690174</guid><dc:creator>Jim Donelson</dc:creator><description>Ok, more info...&lt;br&gt;Killed off ALL instances of vs8.&lt;br&gt;Kill mspdbsrv.exe.&lt;br&gt;Force rebuild of entire project.&lt;br&gt;Ok, again (till it comes back:-)).&lt;br&gt;The hollow yellow ball does mean symbol/source problem, but just cleaning/re-building does nto seem to alway fix it.&lt;br&gt;- You may or may not get the warning dialog.&lt;br&gt;- To see the yellow ball, build with an error and then start debugging.&lt;br&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#2001138</link><pubDate>Sat, 31 Mar 2007 21:13:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2001138</guid><dc:creator>Red Wraith</dc:creator><description>&lt;p&gt;I could fix the following problem I encountered when programming C/C++ in Visual Studio 2005: &amp;quot;The break point will not currently be hit. No symbols have been loaded for this document.&amp;quot;&lt;/p&gt;
&lt;p&gt;I did the following: I went to the properties of my project, configuration, c/c++, general, format of debug information (I use a German version of Visual Studio so these categories might not be properly translated) and set it from &amp;quot;deactivated&amp;quot; to something else. Now the breakpoints work fine!&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#2205837</link><pubDate>Fri, 20 Apr 2007 14:02:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2205837</guid><dc:creator>jerry.gadd</dc:creator><description>&lt;p&gt;I have a problem that your helper does not help with.&lt;/p&gt;
&lt;p&gt;My icon has a question mark in it, and the tooltip says&lt;/p&gt;
&lt;p&gt;&amp;quot;No symbols have been loaded for this document.&amp;quot;&lt;/p&gt;
&lt;p&gt;I had already tried.&lt;/p&gt;
&lt;p&gt;1) Ensure in Debug mode&lt;/p&gt;
&lt;p&gt;2) Rebuild&lt;/p&gt;
&lt;p&gt;3) Delete obj folder&lt;/p&gt;
&lt;p&gt;4) Close and reload project&lt;/p&gt;
&lt;p&gt;Finally it worked when i&lt;/p&gt;
&lt;p&gt;1) Rebooted&lt;/p&gt;
&lt;p&gt;2) Rebuilt&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#6244785</link><pubDate>Thu, 15 Nov 2007 09:08:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6244785</guid><dc:creator>jyoti</dc:creator><description>&lt;p&gt;Whn i put the breakpoint it is a solid red with a question mark in it.Whn i hover the mouse on it a message appears saying this breakpoint will not be hit currently.No executable loaded this point of execution.&lt;/p&gt;
&lt;p&gt;Please help&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#6269987</link><pubDate>Thu, 15 Nov 2007 21:36:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6269987</guid><dc:creator>andypennell</dc:creator><description>&lt;p&gt;jyoti: please use the Helper, as described at the top of this post.&lt;/p&gt;
</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#8281772</link><pubDate>Mon, 17 Mar 2008 09:27:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8281772</guid><dc:creator>johny</dc:creator><description>&lt;p&gt;hi, nice tool, but it did not help me with Visual Web Developer 2008. breakpoints work in a new project, but not an existing one. &lt;/p&gt;
&lt;p&gt;i checked the solution and project properties, seem to be correct on paths, but may be different than full Visual Studio&lt;/p&gt;
&lt;p&gt;thx&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#8304896</link><pubDate>Tue, 18 Mar 2008 07:15:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8304896</guid><dc:creator>andypennell</dc:creator><description>&lt;p&gt;johny: Sorry, haven't tried VS2008 myself. Try Jim's blog (&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/jimgries/"&gt;http://blogs.msdn.com/jimgries/&lt;/a&gt;) he has my old job on VS.&lt;/p&gt;
</description></item><item><title>another reason - solution re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#8951914</link><pubDate>Mon, 15 Sep 2008 00:58:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8951914</guid><dc:creator>Bohumil Chalupa</dc:creator><description>&lt;p&gt;I use VS 2005 and had been trying to debug a device application. Breakpoins were working when running in device emulator, but not in the real device.&lt;/p&gt;
&lt;p&gt;Solution: There has been newer version of .NET 2.0 CF (SP1) in the device then in VS. So updating the .NET CF 2.0 to SP1 on the PC also solves the issue.&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#8962151</link><pubDate>Tue, 23 Sep 2008 14:55:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962151</guid><dc:creator>Peter Vroegindewey</dc:creator><description>&lt;p&gt;This is great, only I couln't find help for my problem. Once arrived at &amp;quot;The breakpoint will not currently be hit&amp;quot; the site does not offer the possiblility: &amp;quot;The specified module has not been loaded.&amp;quot; This is my problem, and I can't seem to get the breakpoints working anymore. I'm using a combination of managed and unmanaged code. (But even in a simple new project (via wizard) the breakpoints don't work.&lt;/p&gt;
&lt;p&gt;Any help?&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#9630309</link><pubDate>Wed, 20 May 2009 03:08:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9630309</guid><dc:creator>Margaret</dc:creator><description>&lt;p&gt;I couldn't find &amp;quot;Source File Paths&amp;quot; to check which file was being used as recommended. Where is it?&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#9632555</link><pubDate>Wed, 20 May 2009 20:38:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632555</guid><dc:creator>andypennell</dc:creator><description>&lt;p&gt;Margaret: Open Properties on the Solution.&lt;/p&gt;
</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#9732659</link><pubDate>Fri, 12 Jun 2009 13:22:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9732659</guid><dc:creator>adnan</dc:creator><description>&lt;p&gt;Hey All,&lt;/p&gt;
&lt;p&gt;I too have wasted an inordinate amount of time on this one. Fortunately, our organisation has access to Microsoft Partner Support, who gave me this fix. It's a Compact Framework patch (I'm using CF2.0).&lt;/p&gt;
&lt;p&gt;As soon as I installed it, my breakpoints started working again!&lt;/p&gt;</description></item><item><title>re: Visual Studio Breakpoint Helper</title><link>http://blogs.msdn.com/andypennell/archive/2004/06/04/148795.aspx#9935413</link><pubDate>Thu, 10 Dec 2009 23:00:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9935413</guid><dc:creator>Pat Corey</dc:creator><description>&lt;p&gt;I have the 2002 and my app stopped breaking during debug. So I had to check the box to debug Asp.net. This fixed my issue. Thanks for the debugger breakpoint helper. It helped me finally find my issue. :) &lt;/p&gt;</description></item></channel></rss>