<?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 Debugging in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578603#M23725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mohsin on Mon Nov 15 04:25:52 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using &lt;/SPAN&gt;&lt;A href="http://http://focus-webapps.ti.com/general/docs/sitesearch/searchdevice.tsp?partNumber=lm3s9b96"&gt;LPC1114F&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; for my project. I am developing the code using command line options. As&amp;nbsp; I am new to LPCXpresso I want to know how could I debug the code when I do a&amp;nbsp; build using command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; In MPLAB and VisualDSP++ the IDE allows me to import/load the image&amp;nbsp; file so that I can debug it i.e. put breakpoints, single step etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Can anyone please let me know how we could do similar thing using LPCXpresso v3.5.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Mohsin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:11:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:11:42Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578603#M23725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mohsin on Mon Nov 15 04:25:52 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using &lt;/SPAN&gt;&lt;A href="http://http://focus-webapps.ti.com/general/docs/sitesearch/searchdevice.tsp?partNumber=lm3s9b96"&gt;LPC1114F&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; for my project. I am developing the code using command line options. As&amp;nbsp; I am new to LPCXpresso I want to know how could I debug the code when I do a&amp;nbsp; build using command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; In MPLAB and VisualDSP++ the IDE allows me to import/load the image&amp;nbsp; file so that I can debug it i.e. put breakpoints, single step etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Can anyone please let me know how we could do similar thing using LPCXpresso v3.5.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Mohsin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578603#M23725</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578604#M23726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Mon Nov 15 11:39:19 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You will find it *much* easier to use the IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using Makefiles, you can create a Makefile project, so you can use the IDE, but create and edit your own makefiles. To do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]File-&amp;gt;New-&amp;gt;Project...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]In the dialog, expand C/C++ and choose "C Project"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]In the next dialog, gice the project a name, and then expand Makefile project and choose "Empty Project"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Press Finish&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will now have a project, where you are in control of everything, including the makefiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you really really want to do it the 'hard way':&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Open the preferences Window-&amp;gt;Preferences&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Expand Run/Debug and select Launching, uncheck "Build (if required) before Launching"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Press OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]create a Makefile project, as described above above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Right-click on the project and select Properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Expand C/C++ Build and select MCU Settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Under "Target" select your MCU&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Right click on the project and select Launch Configurations-&amp;gt;Open Current Launch Configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]In the Dialog, highlight C/C++ MCU Application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Press the "New launch configuration" button (first button in the mini-toolbar at the top of the dialog)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]On Main tab, press the Browse button to find your executable (axf file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Now press Debug. A debug session will be started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All of this is done for you, if you let LPCXpresso manage your project...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578604#M23726</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578605#M23727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mohsin on Mon Nov 15 12:14:59 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for such a clear procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mohsin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging/m-p/578605#M23727</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:43Z</dc:date>
    </item>
  </channel>
</rss>

