<?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 Help with IDE Debug Settings in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835309#M54654</link>
    <description>Thank you, I will try this and report back. Something else that has started happening is when I run debug and then stop the program before it is completed, sometimes the dosbox will remain open showing the program output, and I won't have a way to close it other than to reboot.</description>
    <pubDate>Mon, 26 Apr 2010 20:35:27 GMT</pubDate>
    <dc:creator>bruppel1</dc:creator>
    <dc:date>2010-04-26T20:35:27Z</dc:date>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835303#M54648</link>
      <description>Hello,&lt;BR /&gt;I think I inadvertently changed some setting in my compiler and I don't know how to get it working right again. I am using VF 11.1.051 with the integrated VS 2008 shell. &lt;BR /&gt;&lt;BR /&gt;However the settings were changed, I know that they must have changed through the top level GUI, I did not go in to any menu options like tools &amp;gt; options. &lt;BR /&gt;&lt;BR /&gt;My first symptom what that when I set a breakpoint and started debugging, all of the local variable values that were shown had # signs and nonsense values. I turns out these were hex values. I stopped debugging and turned off the hex display using the debugger toolbar button (the icon is between "step out" and "show threads in source" buttons). Now when I run the debugger, it is very slow and after I reach a breakpoint, if I hit "step into", the next step takes a longer amount of time than expected, and three things flip back and forth in the gui: The "Hex" toolbar button flicks on and off, the process listed in the "debug location" toolbar flicks back and forth between the expected process and some other value, the other value definitely has some hex number in front of it, and the "Thread" item in the debug location toolbar also flicks back and forth. &lt;BR /&gt;&lt;BR /&gt;Can anyone help me determine what has changed with my settings to cause this? I have already rebooted.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 22 Apr 2010 18:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835303#M54648</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-04-22T18:56:54Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835304#M54649</link>
      <description>I also pressed the "Show SSE registers" button to see what would happen. This popped up in that window that contains items such as "locals" and "call stack". I have since found the tab containing the SSE information, and I right clicked on it and selected "Hide." The system is still acting funky.</description>
      <pubDate>Thu, 22 Apr 2010 19:05:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835304#M54649</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-04-22T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835305#M54650</link>
      <description>Is it possible you turned off the debug information either by buildind a RELEASE build or by removing the /Zi switch from the command line switches?&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 19:48:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835305#M54650</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-22T19:48:17Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835306#M54651</link>
      <description>Hi, I think you may be on to something. In my Property pages, the compilation "command line" I see is: /nologo /debug:full /Od /heap-arrays0 /gen-interfaces /warn:interfaces /real_size:64 /module:"Debug\TempFiles\" /object:"Debug\TempFiles\" /traceback /check:bounds /libs:static /threads /dbglibs /c&lt;BR /&gt;&lt;BR /&gt;On my Linker Command Line, I have this: /nologo /debug:full /Od /heap-arrays0 /gen-interfaces /warn:interfaces /real_size:64 /module:"Debug\TempFiles\" /object:"Debug\TempFiles\" /traceback /check:bounds /libs:static /threads /dbglibs /c&lt;BR /&gt;&lt;BR /&gt;This is all set in my Debug properties, and Debug is my currently set as my selected build.Do you know how I could get the switch to show up?&lt;BR /&gt;&lt;BR /&gt;I'm kind of concerned about the "hex" menu item flashing on and off, I don't think that's normal.</description>
      <pubDate>Thu, 22 Apr 2010 20:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835306#M54651</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-04-22T20:22:00Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835307#M54652</link>
      <description>&lt;P&gt;Actually debug:full should be the same as /Zi, so that it is not the source of the error. Let me look into this somemore.&lt;BR /&gt;&lt;BR /&gt;Wendy&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2010 23:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835307#M54652</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-22T23:44:26Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835308#M54653</link>
      <description>&lt;P&gt;Can you try an uninstall of the Intel Visual Fortran (including the Integrated Development Environment) through Add/Remove Programs and then do a Microsoft Visual Studio Repair, and then finally install the Intel Compiler?&lt;BR /&gt;&lt;BR /&gt;We have not seen this behaviour before and suspect some sort of corruption in the IDE integration.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wendy&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2010 15:49:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835308#M54653</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-23T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835309#M54654</link>
      <description>Thank you, I will try this and report back. Something else that has started happening is when I run debug and then stop the program before it is completed, sometimes the dosbox will remain open showing the program output, and I won't have a way to close it other than to reboot.</description>
      <pubDate>Mon, 26 Apr 2010 20:35:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835309#M54654</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-04-26T20:35:27Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835310#M54655</link>
      <description>This last problem is a Microsoft bug introduced by a Windows Update "fix". See &lt;A href="http://software.intel.com/en-us/articles/debugger-console-windows-do-not-close-when-exiting-debugger-and-visual-studio/"&gt;here&lt;/A&gt;.</description>
      <pubDate>Mon, 26 Apr 2010 20:58:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835310#M54655</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-04-26T20:58:42Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835311#M54656</link>
      <description>Hi Wendy,&lt;BR /&gt;&lt;BR /&gt;In my Add/Remove Programs I have several copies of Intel Visual Fortran Compiler Professional Edition 11.x.xxx. So I will uninstall all of those. &lt;BR /&gt;&lt;BR /&gt;Other than that, I have "Microsoft Visual Studio 2008 Shell (Integrated mode)" - would you suggest I repair or uninstall/reinstall this?Should I look for any other entries?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 27 Apr 2010 15:08:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835311#M54656</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-04-27T15:08:20Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835312#M54657</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;Yes I think I would uninstall the VS 2008 shell too. It should re-install with the compiler.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 16:39:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835312#M54657</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-27T16:39:23Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835313#M54658</link>
      <description>Hi Wendy,&lt;BR /&gt;&lt;BR /&gt;I uninstalled all of my 11.1 revisions and the visual studio 2008 shell. I rebooted and reinstalled 11.1.051 IA32 with shell. All of my settings seem to have been kept intact. &lt;BR /&gt;&lt;BR /&gt;The problem seems to have gone away. Debug processing seems to be much quicker. When I hit a breakpoint and continue (F11), the information bars I noted in my original report no longer flicker between values. This is much faster. I hope this doesn't happen again, though, as it takes a bit of time to run the uninstaller and then reinstall.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 03 May 2010 16:02:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835313#M54658</guid>
      <dc:creator>bruppel1</dc:creator>
      <dc:date>2010-05-03T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835314#M54659</link>
      <description>Glad to hear it.</description>
      <pubDate>Mon, 03 May 2010 16:23:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835314#M54659</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-05-03T16:23:34Z</dc:date>
    </item>
    <item>
      <title>Help with IDE Debug Settings</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835315#M54660</link>
      <description>Thanks for letting us know the re-install worked. In summary, there are no debugger settings that would have caused this behavior and we suspected the Debugger IDE integration was somehow corrupted, hence the suggestion to re-install.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2010 16:57:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-IDE-Debug-Settings/m-p/835315#M54660</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-05-03T16:57:14Z</dc:date>
    </item>
  </channel>
</rss>

