<?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 Intel Debugger GUI - Missing source file in list in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928848#M80490</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I am using Intel Debugger 12.1 on Intel(64) Build [79.226.14] for a FORTRAN project. I compile the source files with debugging enabled (with -g) option. When I lauch idb as "idb a.out" and when I click View &amp;gt; Source Files; the left pane opened to list source files misses one file "vartypesFmod-mod.f90". I also have another module file "vartypesEmod-mod.f90" and it is listed. Is there a possibility that this could be a bug? I am experiencing the same behavior also in Intel Debugger Version 13.0 on Intel(64), Build [78.747.23].&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;EA&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2012 08:45:47 GMT</pubDate>
    <dc:creator>Ekin_A_</dc:creator>
    <dc:date>2012-10-18T08:45:47Z</dc:date>
    <item>
      <title>Intel Debugger GUI - Missing source file in list</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928848#M80490</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I am using Intel Debugger 12.1 on Intel(64) Build [79.226.14] for a FORTRAN project. I compile the source files with debugging enabled (with -g) option. When I lauch idb as "idb a.out" and when I click View &amp;gt; Source Files; the left pane opened to list source files misses one file "vartypesFmod-mod.f90". I also have another module file "vartypesEmod-mod.f90" and it is listed. Is there a possibility that this could be a bug? I am experiencing the same behavior also in Intel Debugger Version 13.0 on Intel(64), Build [78.747.23].&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;EA&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928848#M80490</guid>
      <dc:creator>Ekin_A_</dc:creator>
      <dc:date>2012-10-18T08:45:47Z</dc:date>
    </item>
    <item>
      <title>I am moving this to our</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928849#M80491</link>
      <description>I am moving this to our Debugger forum section.</description>
      <pubDate>Thu, 18 Oct 2012 18:06:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928849#M80491</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-10-18T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Dear Ekinakoglu,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928850#M80492</link>
      <description>Dear Ekinakoglu,

by default the debugger should indeed show all source files that are linked in with symbol info in the source file list.

Can you provide us a bit more info about this one file. Is there reason to believe that perhaps the entire module has been inlined somewhere else?
Is it linked in slightly differenty than other files during the build process and thus somehow the symbol info got dropped?

Anything in the build process that is different for this file than for the others in your project may give us a hint.

Thanks, Rob</description>
      <pubDate>Thu, 18 Oct 2012 18:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928850#M80492</guid>
      <dc:creator>Rob_Mueller-Albrecht</dc:creator>
      <dc:date>2012-10-18T18:18:08Z</dc:date>
    </item>
    <item>
      <title>At a first glance, I cannot</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928851#M80493</link>
      <description>At a first glance, I cannot see a difference. In the Makefile I compile and link these two modules as follows:

vartypesEmod_mod.mod: vartypesEmod-mod.o vartypesEmod-mod.f90
	$(FC) $(FCFLAGS) vartypesEmod-mod.f90

vartypesEmod-mod.o: vartypesEmod-mod.f90
	$(FC) $(FCFLAGS) vartypesEmod-mod.f90

vartypesFmod_mod.mod: vartypesFmod-mod.o vartypesFmod-mod.f90
	$(FC) $(FCFLAGS) vartypesFmod-mod.f90

vartypesFmod-mod.o: vartypesFmod-mod.f90
	$(FC) $(FCFLAGS) vartypesFmod-mod.f90

FCFLAGS are "-c -g -O0". Then I link to the executable as follows:

program: $(OBJECTS)
	$(FC) -g -O0 $(INCDIRS) $(LDFLAGS) -o program.out $(OBJECTS)

As you might guess, OBJECTS are the two modules and other f90 files which include subroutines. However, the source view of the debugger lists "vartypesEmod-mod.f90" and other f90 files but not "vartypesFmod-mod.f90". What do you think? Am I doing something wrong above?

Thank you for your time.

Regards,

EA</description>
      <pubDate>Thu, 18 Oct 2012 21:10:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928851#M80493</guid>
      <dc:creator>Ekin_A_</dc:creator>
      <dc:date>2012-10-18T21:10:48Z</dc:date>
    </item>
    <item>
      <title>Hi EA,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928852#M80494</link>
      <description>Hi EA,

I agree with you. There is nothing obvious and you using -O0 even excludes the possibility of it being optimization related. I think I will need to have a look at the actual project to understand what is going on.

Is your testcase small enough that it could be attached either to a private messaage here or to an issue you submit at &lt;A href="https://premier.intel.com" target="_blank"&gt;https://premier.intel.com&lt;/A&gt;?

If you go the route of submitting an issue at &lt;A href="https://premier.intel.com" target="_blank"&gt;https://premier.intel.com&lt;/A&gt; please submit it in Intel(R) Debug Solutions if you have access. If you don't add a note to assign the issue to me.

Thanks, Rob</description>
      <pubDate>Fri, 19 Oct 2012 16:12:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Debugger-GUI-Missing-source-file-in-list/m-p/928852#M80494</guid>
      <dc:creator>Rob_Mueller-Albrecht</dc:creator>
      <dc:date>2012-10-19T16:12:22Z</dc:date>
    </item>
  </channel>
</rss>

