<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: debugger freezing Visual Studio in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896831#M79808</link>
    <description>&lt;P&gt;I know that stepping over a statement with an array operation can keep the processor / debugger quite busy. But the bug I experience happens randomly. &lt;BR /&gt;Unfortunately, I have not theslightestidea what could be the reason for this debugger fault.&lt;/P&gt;
&lt;P&gt;But again, it appears to me that I have to repeat what I have said:&lt;/P&gt;
&lt;P&gt;I have been working with Digital, Compaq and Intel Visual Fortran for about a decade now. &lt;BR /&gt;And I have used a couple of various PCs running Win95, Win98, NT and XP.&lt;BR /&gt;I am working on customers' sites too. They have their own PCs, their own virus scanners etc. and their own CVF/IVF licences.&lt;BR /&gt;My companyhas been a Digital Fortran and a Compaq Fortran reseller andnow is an Intelsoftware reseller for quite a while. Because of this I hear from customers complaining about the debugger. They encounter the same problem: the Visual studio debuggertends to "hang up" and VS stops responding. The last error message we see is, that VSis busy and cannot return from an "internal operation". &lt;BR /&gt;&lt;BR /&gt;Steve, if you have never encountered that problem you are lucky. I can reproduce this behaviour on any machine I am running VS2003/5 and IVF (or CVF) on by just starting a debugging session. Sometimes it takes a couple of minutes until the debugger "hangs up", but it happens. It might be that this isproblem occurs only on PCs equipped with the German Windows version, but I can hardly believe this. &lt;/P&gt;
&lt;P&gt;So, I hope you believe me know that there is a problem with the debugger. &lt;/P&gt;
&lt;P&gt;It alsomight help that other users that experience the same problem second me.&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2008 16:59:45 GMT</pubDate>
    <dc:creator>joerg_kuthe</dc:creator>
    <dc:date>2008-05-06T16:59:45Z</dc:date>
    <item>
      <title>debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896828#M79805</link>
      <description>&lt;P&gt;Dear Fortran Friends!&lt;/P&gt;
&lt;P&gt;For a couple of years I am experiencing the same problem with the debugger in Developer Studio (Digital/Compaq Visual Studio) and Visual Studio 2003 and 2005 (Intel Visual Fortran v8, v9):&lt;/P&gt;
&lt;P&gt;When stepping through a Fortran app in the debugger, sometimes VS "hangs" and the task manager shows me that VSis consuming almost 100% of CPU time, but VS doesn't respond anymore to my actions. Sometimes VS reports an error that it cannot return from an "internal operation". &lt;BR /&gt;I had a customer who told me that he experienced the same and that he could step further in his app after waiting for more than 10 minutes. I never had that much patience. So I always killed VS and started anew. &lt;/P&gt;
&lt;P&gt;However today,within the last hour I had to kill and re-start VS more than 10 times, and now I am fed up.&lt;/P&gt;
&lt;P&gt;Does anyone has some help for me (I am still using VS2005 w/SP1 and IVF 9.1.3375.2005)? &lt;/P&gt;
&lt;P&gt;Does the problem still exist with IVF v10.0 or IVF v10.1?&lt;/P&gt;
&lt;P&gt;Does it help to change to VS2008?&lt;/P&gt;
&lt;P&gt;By the way, a couple of customers are reportingthe same VS/debug behaviour, I wonder whether this has ever been discussed here. &lt;/P&gt;
&lt;P&gt;Jrg Kuthe&lt;BR /&gt;&lt;A href="http://www.qtsoftware.de"&gt;www.qtsoftware.de&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2008 10:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896828#M79805</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2008-05-01T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896829#M79806</link>
      <description>I've never encountered a problem like that myself and don't recall hearing before of a customer seeing it. I have seen issues caused by misbehaving virus or other program-monitoring software. Sometimes I suggest booting Wimdows into "Safe Mode" and seeing if you can reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;I doubt that this is a problem tied to the compiler version.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2008 19:24:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896829#M79806</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-05-05T19:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896830#M79807</link>
      <description>&lt;P&gt;What was the code doing when it hung up? I think I remember having a problem of this sort if I tried to single-step through code containing a large array operation. Something like:&lt;/P&gt;
&lt;P&gt;A = 0.0&lt;/P&gt;
&lt;P&gt;where A is a good sized 2-d array.&lt;/P&gt;
&lt;P&gt;In my case, the cure was to avoid stepping through the code. Instead I'd use breakpoints, or "run to cursor".&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2008 15:39:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896830#M79807</guid>
      <dc:creator>jparsly1</dc:creator>
      <dc:date>2008-05-06T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896831#M79808</link>
      <description>&lt;P&gt;I know that stepping over a statement with an array operation can keep the processor / debugger quite busy. But the bug I experience happens randomly. &lt;BR /&gt;Unfortunately, I have not theslightestidea what could be the reason for this debugger fault.&lt;/P&gt;
&lt;P&gt;But again, it appears to me that I have to repeat what I have said:&lt;/P&gt;
&lt;P&gt;I have been working with Digital, Compaq and Intel Visual Fortran for about a decade now. &lt;BR /&gt;And I have used a couple of various PCs running Win95, Win98, NT and XP.&lt;BR /&gt;I am working on customers' sites too. They have their own PCs, their own virus scanners etc. and their own CVF/IVF licences.&lt;BR /&gt;My companyhas been a Digital Fortran and a Compaq Fortran reseller andnow is an Intelsoftware reseller for quite a while. Because of this I hear from customers complaining about the debugger. They encounter the same problem: the Visual studio debuggertends to "hang up" and VS stops responding. The last error message we see is, that VSis busy and cannot return from an "internal operation". &lt;BR /&gt;&lt;BR /&gt;Steve, if you have never encountered that problem you are lucky. I can reproduce this behaviour on any machine I am running VS2003/5 and IVF (or CVF) on by just starting a debugging session. Sometimes it takes a couple of minutes until the debugger "hangs up", but it happens. It might be that this isproblem occurs only on PCs equipped with the German Windows version, but I can hardly believe this. &lt;/P&gt;
&lt;P&gt;So, I hope you believe me know that there is a problem with the debugger. &lt;/P&gt;
&lt;P&gt;It alsomight help that other users that experience the same problem second me.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2008 16:59:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896831#M79808</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2008-05-06T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896832#M79809</link>
      <description>&lt;P&gt;Iver never had debugging problems with VS2008 and IVF10.1 so far. My Windows is a german XP andVS2008 is the english version.&lt;/P&gt;
&lt;P&gt;Ive only had a non responding VS6 CVF6.6 system when I used the mouse scroll from time to time. That was very annoying.&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2008 07:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896832#M79809</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2008-05-07T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896833#M79810</link>
      <description>&lt;FONT face="Arial"&gt;I experience the freezing problem with CVF sometimes (German version of VS and Windows). I am not sure if the use of the mouse wheel is influencing that behavior, but it could be possible. Some years ago I got the advice from Compaq (or still DEC) to cure the problem by exiting VS and deleting the .opt file in the project folder. IVF has no .opt file, but the fact I was looking for it lets me assume that I had the freezing problem in IVF as well.&lt;BR /&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 07 May 2008 08:59:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896833#M79810</guid>
      <dc:creator>rase</dc:creator>
      <dc:date>2008-05-07T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896834#M79811</link>
      <description>The equivalent of the .opt in VS2002 and later is the .sou file. It is a hidden file so you may need to reveal it.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2008 13:35:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896834#M79811</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-05-07T13:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896835#M79812</link>
      <description>&lt;P&gt;There was a brief mention of something similar by myself and Jim Dempsey back in January&lt;BR /&gt;see : "Mysterious run time error with IVF 9.0"&lt;BR /&gt;&lt;A href="https://community.intel.com/en-us/forums//topic/56797"&gt;http://software.intel.com/en-us/forums//topic/56797&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;It seems to be an intermittentproblem with Visual Studio(devenv)&lt;/P&gt;
&lt;P&gt;Les&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2008 14:51:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896835#M79812</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2008-05-07T14:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896836#M79813</link>
      <description>&lt;P&gt;Hi Jrg,&lt;/P&gt;
&lt;P&gt;did you find a solution for your problem? Yesterday I got a new machine and now VS2008 with IVF10.1 stops responding while debugging. Very annoying!&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2008 13:57:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896836#M79813</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2008-06-26T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896837#M79814</link>
      <description>&lt;P&gt;Hello Markus,&lt;/P&gt;
&lt;P&gt;thank you asking.&lt;BR /&gt;No, I still have the problem that the debugger in VS (2005, english version) hangs up sometimes. I have switched to v10.1.021 meanhwile (32-Bit, WinXP 2SE), but the problem did not vanish. Also, I still don't see any regularity in the cirumstances when this crash happens and have no idea what could be the reason.&lt;/P&gt;
&lt;P&gt;Joerg Kuthe&lt;BR /&gt;&lt;A href="http://www.qtsoftware.de"&gt;www.qtsoftware.de&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:57:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896837#M79814</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2008-06-30T08:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896838#M79815</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;This sounds to me as a typical ctfmon.exe problem. Search this forum for ctfmon.exe and then Google it. Maybe your problem will be solved.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Sabalan&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2008 14:22:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896838#M79815</guid>
      <dc:creator>sabalan</dc:creator>
      <dc:date>2008-06-30T14:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896839#M79816</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I do have the same experience . &lt;BR /&gt;It happens for me on:&lt;BR /&gt;- CVF 6.6b&lt;BR /&gt;- IVF 9.0,9.1,10 and 10.1 in combination with VS 2003 and VS2005 (both German)&lt;BR /&gt;based on Win XP Prof German.&lt;BR /&gt;&lt;BR /&gt;Frank&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:27:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896839#M79816</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2008-07-01T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896840#M79817</link>
      <description>I agree with Sabalan that the "Language Bar" (ctfmon.exe) is very likely to blame. It has this effect on many applications. Disabling the "Language Bar" feature usually resolves such problems.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896840#M79817</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-01T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896841#M79818</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Steve,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I am afraid that it is not enough to disable the language bar and you are still going to seectfmon.exe running in the background in the task manager . Ctfmon.exe has to do with advanced text services and should be deactivated through Control Panel. You disable the language bar by deactivating the "advanced text services" (ctfmon.exe) but you do not deactivate ctfmon.exe by right-clicking on the language bar and disabling it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Those who have the problem described in this thread: See e.g. &lt;A href="http://www.ghacks.net/2007/10/22/how-to-remove-ctfmonexe/"&gt;here&lt;/A&gt; for a short descriptionabout whatctfmon.exe doesand how to disable it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Sabalan&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:05:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896841#M79818</guid>
      <dc:creator>sabalan</dc:creator>
      <dc:date>2008-07-01T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896842#M79819</link>
      <description>&lt;P&gt;Thank you all for your replies. I have followed Sabalan's advice, got rid of the language bar and kicked ctfmon.exe out of the system about a week ago. At first I believed that I got rid of my "debugger problem" and was happy. But now after a couple of days of programming and debugging, unfortunately I have to say that the problem still exists. At least with VS2005. My impression is that the debuggerdoes not "freeze"so often as it did in the past. &lt;BR /&gt;However, I have to state thatwithout ctfmon.exethe CVF debugger (I am stillusing CVF 6.6.a) runs much more stable. Until today I haven't hada single crash and that is in fact a real improvement. Thanks a lot!&lt;/P&gt;
&lt;P&gt;Jrg Kuthe&lt;BR /&gt;&lt;A href="http://www.qtsoftware.de"&gt;www.qtsoftware.de&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2008 21:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896842#M79819</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2008-07-10T21:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896843#M79820</link>
      <description>&lt;P&gt;I removed the cftmon.exe but while I still have a freezing debugger. Its very annoying when you want to debug a situation that needs time to reproduce and than *bang* youre dead. It seems, that when youve had one crash, the next one will follow very soon. It took about 2-3 hours before it first appears and then nearly every time.&lt;/P&gt;
&lt;P&gt;I think that it is IVF related, because I havent got any freezing debugger while debugging a C# project in VS2008. I have to say, that I havent debugged C# very often, but still 0 freeze on the count list, while IVF is still growing :-/&lt;/P&gt;
&lt;P&gt;I use Windows XP ProfessionalGerman with Service Pack 2, VS2008 english and IVF 10.1.024 IA-32.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Markus&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2008 10:28:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896843#M79820</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2008-08-07T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896844#M79821</link>
      <description>&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;The next time this happens (and, unfortunately,it sounds like you won't have to wait long :-), look at the system with the task manager. Is Visual Studio (devenv.exe) comatose (i.e., not using any cpu time) or is it perhaps cpu bound?It could appear to be "frozen" in either case.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2008 18:08:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896844#M79821</guid>
      <dc:creator>Jeffrey_A_Intel</dc:creator>
      <dc:date>2008-08-07T18:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896845#M79822</link>
      <description>&lt;P&gt;devenv.exe uses 50% cpu time (I use Core2 Duo E6550 2.33GHz). I get a notifier icon from VS that it is delayed and that I should wait. Because waiting an hour was not enough I think that there is no other solution then killing the devenv process&lt;/P&gt;
&lt;P&gt;I just started to work. Lets see, how much it takes to the next freeze :-)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2008 04:45:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896845#M79822</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2008-08-08T04:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896846#M79823</link>
      <description>&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;Thanks for that information. The fact that Visual Studio is cpu-bound rather than blocked could be important.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2008 14:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896846#M79823</guid>
      <dc:creator>Jeffrey_A_Intel</dc:creator>
      <dc:date>2008-08-08T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: debugger freezing Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896847#M79824</link>
      <description>Updating to VS2008 SP1 doesnt solve the debugger freezing problem...</description>
      <pubDate>Wed, 13 Aug 2008 13:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debugger-freezing-Visual-Studio/m-p/896847#M79824</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2008-08-13T13:46:23Z</dc:date>
    </item>
  </channel>
</rss>

