<?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 You want the EXE to be the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120113#M131441</link>
    <description>&lt;P&gt;You want the EXE to be the startup project here.&lt;/P&gt;

&lt;P&gt;I'll also mention for those who may come here later, the situation where you have only a DLL project and your DLL is called by some EXE not developed by you (Excel, etc.) Here, you set the Debugging &amp;gt; Command project property to be the path to the EXE that will call your DLL.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 15:28:22 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-10-20T15:28:22Z</dc:date>
    <item>
      <title>VS cannot debug because a debug target has not been specified</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120110#M131438</link>
      <description>&lt;P&gt;I have created a single solution with 2 projects in Visual Studio 2015 (Community)&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;The first project is a fortran exe (project name is Call_dll_test). This is the startup project as well.&lt;/LI&gt;
	&lt;LI&gt;The second project is a fortran dll (project name is MicroDLL)&lt;/LI&gt;
	&lt;LI&gt;For the exe project dependency I have linked the dll project&lt;/LI&gt;
	&lt;LI&gt;For the dll project command, I have included the path of the exe file&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I am able to build the solution successfully without any errors. However, when I start debugging I get the error that - VS cannot debug because a debug target has not been specified.&lt;/P&gt;

&lt;P&gt;I am including some screen-shots for your reference.&lt;/P&gt;

&lt;P&gt;I would appreciate your help&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 02:01:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120110#M131438</guid>
      <dc:creator>Animesh_D_</dc:creator>
      <dc:date>2016-10-20T02:01:09Z</dc:date>
    </item>
    <item>
      <title>The screenshot doesn't</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120111#M131439</link>
      <description>&lt;P&gt;The screenshot doesn't contain the debugging settings of the startup project "&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px; line-height: 19.512px;"&gt;Call_dll_test".&amp;nbsp;&lt;/SPAN&gt;When you start the Visual Studio debugger it will run the startup project.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px; line-height: 19.512px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px; line-height: 19.512px;"&gt;Xiaoping Duan&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px; line-height: 19.512px;"&gt;Intel Customer Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 03:37:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120111#M131439</guid>
      <dc:creator>Xiaoping_D_Intel</dc:creator>
      <dc:date>2016-10-20T03:37:25Z</dc:date>
    </item>
    <item>
      <title>Should I change my startup</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120112#M131440</link>
      <description>&lt;P&gt;Should I change my startup project to the dll? Even when I change the start-up project to the dll, I get the same error message.&lt;/P&gt;

&lt;P&gt;In the debug mode, I want to step through the exe code and then eventually step into the dll code as well. How do I achieve that?&lt;/P&gt;

&lt;P&gt;Attached are the screen shots of the debug setting of the call_dll_test exe project.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:00:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120112#M131440</guid>
      <dc:creator>Animesh_D_</dc:creator>
      <dc:date>2016-10-20T14:00:38Z</dc:date>
    </item>
    <item>
      <title>You want the EXE to be the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120113#M131441</link>
      <description>&lt;P&gt;You want the EXE to be the startup project here.&lt;/P&gt;

&lt;P&gt;I'll also mention for those who may come here later, the situation where you have only a DLL project and your DLL is called by some EXE not developed by you (Excel, etc.) Here, you set the Debugging &amp;gt; Command project property to be the path to the EXE that will call your DLL.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 15:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120113#M131441</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-20T15:28:22Z</dc:date>
    </item>
    <item>
      <title>Steve:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120114#M131442</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;

&lt;P&gt;My start-up project is the EXE project. If you look at the original post of my problem, I seem to have followed all the recommended settings (I am repeating them in this message for ready reference). yet I keep getting the error message.&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;The first project is a fortran exe (project name is Call_dll_test). This is the startup project as well.&lt;/LI&gt;
	&lt;LI&gt;The second project is a fortran dll (project name is MicroDLL)&lt;/LI&gt;
	&lt;LI&gt;For the exe project dependency I have linked the dll project&lt;/LI&gt;
	&lt;LI&gt;For the dll project command, I have included the path of the exe file&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I really would appreciate help in resolving the situation&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 15:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120114#M131442</guid>
      <dc:creator>Animesh_D_</dc:creator>
      <dc:date>2016-10-20T15:40:55Z</dc:date>
    </item>
    <item>
      <title>How about a screenshot of</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120115#M131443</link>
      <description>&lt;P&gt;How about a screenshot of Visual Studio with the error message displayed? I want to see the whole VS window. How are you starting debugging?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 16:50:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120115#M131443</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-20T16:50:17Z</dc:date>
    </item>
    <item>
      <title>Steve:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120116#M131444</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;

&lt;P&gt;attached is screen shot of what the error message I am getting. I am also including additional project property screenshots for reference. Hopefully this is helpful. I start the debugging by clicking the green triangular start button in the top menu bar.&lt;/P&gt;

&lt;P&gt;Look forward to your help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 17:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120116#M131444</guid>
      <dc:creator>Animesh_D_</dc:creator>
      <dc:date>2016-10-20T17:40:31Z</dc:date>
    </item>
    <item>
      <title>In the latest PDF, the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120117#M131445</link>
      <description>&lt;P&gt;In the latest PDF, the Debugging &amp;gt; Command property for the CallDLLTest project is blank. You need to fix that. Typically it is set to&amp;nbsp;$(TargetPath)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 18:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120117#M131445</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-20T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Many Thanks Steve. that was</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120118#M131446</link>
      <description>&lt;P&gt;Many Thanks Steve. that was it. once I made the change you recommended, I can start the debugging process&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 18:22:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-cannot-debug-because-a-debug-target-has-not-been-specified/m-p/1120118#M131446</guid>
      <dc:creator>Animesh_D_</dc:creator>
      <dc:date>2016-10-20T18:22:04Z</dc:date>
    </item>
  </channel>
</rss>

