<?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: Start Debugging problem in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882073#M75562</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Gib,&lt;BR /&gt;&lt;BR /&gt;I have experienced a similar problem&lt;BR /&gt;&lt;EM&gt;for 'D:xyzdebugfubar.exe'&lt;BR /&gt;&lt;/EM&gt;try explicitly setting the working directory to &lt;EM&gt;'D:xyzdebug'&lt;BR /&gt;&lt;/EM&gt;Be sure to include the drive letter.&lt;BR /&gt;(adjust path for actual path)&lt;BR /&gt;I've noticed if anthing is in the Working directory, it must have a drive letter in the path, relative paths don't (seldom) work.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Sep 2009 15:18:42 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2009-09-02T15:18:42Z</dc:date>
    <item>
      <title>Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882063#M75552</link>
      <description>I'm using 11.0.072&lt;BR /&gt;I build the debug version of my program, and set the working directory and command arguments. If I then click the Start Without Debugging button, the program executes as expected. If I clich the Start Debugging button an error box pops up and tells me "Unable to start program 'D:\x\y\z\debug\fubar.exe'. The specified working directory does not exist or is not a full path." But the program path is precisely what executes without debugging. What could be wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Gib</description>
      <pubDate>Tue, 01 Sep 2009 09:09:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882063#M75552</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-01T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882064#M75553</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
i'm guessing a typo in the debug specification of path somewhere in the Debug configuration.&lt;BR /&gt;to quickly check:&lt;BR /&gt;open one instance of your project in MVS/IVF, set to Release, change size so takes up half screen.&lt;BR /&gt;Open another instance of your project in MVS/IVF, set to Debug, change size so takes up other half of screen.&lt;BR /&gt;then in each Proejct-Properites&lt;BR /&gt;you can then directly compare and cut/paste from Release -&amp;gt; Debug where needed&lt;BR /&gt;then close Release w/o save&lt;BR /&gt;save Debug and voila! should work like a charm?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 15:30:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882064#M75553</guid>
      <dc:creator>bmchenry</dc:creator>
      <dc:date>2009-09-01T15:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882065#M75554</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93858"&gt;bmchenry&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; i'm guessing a typo in the debug specification of path somewhere in the Debug configuration.&lt;BR /&gt;to quickly check:&lt;BR /&gt;open one instance of your project in MVS/IVF, set to Release, change size so takes up half screen.&lt;BR /&gt;Open another instance of your project in MVS/IVF, set to Debug, change size so takes up other half of screen.&lt;BR /&gt;then in each Proejct-Properites&lt;BR /&gt;you can then directly compare and cut/paste from Release -&amp;gt; Debug where needed&lt;BR /&gt;then close Release w/o save&lt;BR /&gt;save Debug and voila! should work like a charm?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I did cut and paste the path, and as I said, the path reported in the error message is the CORRECT path. This path works for Start Without Debugging not for Start Debugging. The error message is wrong.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 19:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882065#M75554</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-01T19:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882066#M75555</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Note that the "working directory" is not the same as the executable path. By default it's the project folder, or what you have set for this property on the Debugging page. However, if this is wrong I would expect "Start without debugging" to complain as well.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 19:44:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882066#M75555</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-01T19:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882067#M75556</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Note that the "working directory" is not the same as the executable path. By default it's the project folder, or what you have set for this property on the Debugging page. However, if this is wrong I would expect "Start without debugging" to complain as well.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Oh, right, I was mixing up the two things. But the fact remains that the working directory is set correctly, and indeed works for the Start Without Debugging case. Very odd.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 20:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882067#M75556</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-01T20:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882068#M75557</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Attach the .vfproj file to a reply here - let's have a look at it.&lt;BR /&gt;&lt;BR /&gt;If you copy the solution folder to another location and open it there, can you build and run it?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 20:29:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882068#M75557</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-01T20:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882069#M75558</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Attach the .vfproj file to a reply here - let's have a look at it.&lt;BR /&gt;&lt;BR /&gt;If you copy the solution folder to another location and open it there, can you build and run it?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
OK Steve, here's the .vproj file.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:17:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882069#M75558</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-01T23:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882070#M75559</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I see nothing of consequence in the .vfproj. Is there also a .vfproj.yourname.user file?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:48:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882070#M75559</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-01T23:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882071#M75560</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/311276"&gt;gib&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
OK Steve, here's the .vproj file.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Here's the vproj user file.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 00:11:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882071#M75560</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-02T00:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882072#M75561</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Nothing interesting there either. Sorry, out of ideas.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 12:50:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882072#M75561</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-02T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882073#M75562</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Gib,&lt;BR /&gt;&lt;BR /&gt;I have experienced a similar problem&lt;BR /&gt;&lt;EM&gt;for 'D:xyzdebugfubar.exe'&lt;BR /&gt;&lt;/EM&gt;try explicitly setting the working directory to &lt;EM&gt;'D:xyzdebug'&lt;BR /&gt;&lt;/EM&gt;Be sure to include the drive letter.&lt;BR /&gt;(adjust path for actual path)&lt;BR /&gt;I've noticed if anthing is in the Working directory, it must have a drive letter in the path, relative paths don't (seldom) work.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:18:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882073#M75562</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-09-02T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882074#M75563</link>
      <description>&lt;DIV style="margin:0px;"&gt;Per Jim, I also normallyset the command, command arguments &amp;amp; working directory inConfiguration Properties-&amp;gt;Debugging to the target location rather than the $(TargetPath) and/or leave blank&lt;BR /&gt;Same thing for Configuration Properties-&amp;gt;Linker.&lt;BR /&gt;Set to the actual output file (directory/path/name)&lt;BR /&gt;that should get things up and running in debug&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:42:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882074#M75563</guid>
      <dc:creator>bmchenry</dc:creator>
      <dc:date>2009-09-02T15:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Start Debugging problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882075#M75564</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/99850"&gt;jimdempseyatthecove&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Gib,&lt;BR /&gt;&lt;BR /&gt;I have experienced a similar problem&lt;BR /&gt;&lt;EM&gt;for 'D:xyzdebugfubar.exe'&lt;BR /&gt;&lt;/EM&gt;try explicitly setting the working directory to &lt;EM&gt;'D:xyzdebug'&lt;BR /&gt;&lt;/EM&gt;Be sure to include the drive letter.&lt;BR /&gt;(adjust path for actual path)&lt;BR /&gt;I've noticed if anthing is in the Working directory, it must have a drive letter in the path, relative paths don't (seldom) work.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
That's it! Adding "d:" to the path fixed it. Interesting ...&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 20:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Start-Debugging-problem/m-p/882075#M75564</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2009-09-02T20:00:20Z</dc:date>
    </item>
  </channel>
</rss>

