<?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 Full re-build always happens after debug session in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539477#M6533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajones on Fri Nov 29 04:53:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A project performs a full re-build after a debug session has been stopped and a fresh debug session is started although no files have changed. I am presuming that the project has been detected as changed but I haven't found out how to prevent this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This causes problem when in debug/modify/debug mode as you change a single file and the whole project is re-built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps to reproduce:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Build project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Debug project on target system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Stop debugger&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Build project (all files are re-built)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I prevent the project from being marked as changed after a debug session?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:28:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:28:28Z</dc:date>
    <item>
      <title>Full re-build always happens after debug session</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539477#M6533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajones on Fri Nov 29 04:53:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A project performs a full re-build after a debug session has been stopped and a fresh debug session is started although no files have changed. I am presuming that the project has been detected as changed but I haven't found out how to prevent this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This causes problem when in debug/modify/debug mode as you change a single file and the whole project is re-built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps to reproduce:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Build project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Debug project on target system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Stop debugger&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]* Build project (all files are re-built)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I prevent the project from being marked as changed after a debug session?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539477#M6533</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Full re-build always happens after debug session</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539478#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 29 05:44:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens if you build immediately after a build? i.e. is it anything to do with debugging, or is it something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know whether this will help, but we had a similar report several year ago and this turned out to be because one of the files had&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#include "..\file.h" /* notice use of Windows backslash */
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;And when it was changed to&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#include "../file.h" /* use standard directory slash */
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem went away.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539478#M6534</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Full re-build always happens after debug session</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539479#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajones on Fri Nov 29 06:46:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I had no problems performing a build after a build - it was associated with performing a debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed my includes to use &lt;/SPAN&gt;&lt;I&gt;standard directory slashes&lt;/I&gt;&lt;SPAN&gt; and the problem has been solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the excellent and quick help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Full-re-build-always-happens-after-debug-session/m-p/539479#M6535</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:28:30Z</dc:date>
    </item>
  </channel>
</rss>

