<?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: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1. in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747013#M1607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The underlying "LinkServer" debug interface (used for CMSIS-DAP debug connections) has been considerably changed since the days of LPCXpresso IDE v7.7.2 (released back in March 2015). And the fact that you see CMSIS-DAP in one launch config, and LinkServer in the other doesn't actually tell you anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest doing the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Start up MCUXpresso IDE with your project loaded into the workspace.&lt;/LI&gt;&lt;LI&gt;Ensure that JP1 header on your LPC-Link2 is not fitted. This will allow the IDE to soft-load&amp;nbsp;the latest probe firmware supplied with the IDE itself.&lt;/LI&gt;&lt;LI&gt;Delete any launch configurations in your project directory.&lt;/LI&gt;&lt;LI&gt;Power down your board and debug probe, then power them up again.&lt;/LI&gt;&lt;LI&gt;Ensure your project is selected in the Project Explorer View, then click on the Debug button in the Quickstart Panel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDE should now boot your LPC-Link2, allow you to select it, and start a debug session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now run to the line that is triggering your problem. Try stepping over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still see problems, then please send us the text from the Debug Log (messages) and the gdb traces from the Console view. See the MCUXpresso IDE v10.1.1 User Guide, section 16.8, "The Console View", for more details of how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be useful to know if the problem is actually specific to this specific project. For instance, if you mass erase the flash, then program in a simple test project (for instance one of the LPCOpen examples for LPC407x_8x), do you still see issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you please provide more details of the board you are using, in particular related to how debug/reset signals are connected up (as per -&amp;nbsp;&lt;A href="https://community.nxp.com/thread/388998"&gt;Design Considerations for Debug&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 08:13:42 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2018-05-14T08:13:42Z</dc:date>
    <item>
      <title>Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747012#M1606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having issues with the LPC-Link2 debugger on a LPC4078 using MCUXpresso 10.1.1...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug it hangs at this line: NVIC_EnableIRQ(TIMER1_IRQn);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't step over this, can't restart, or terminate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code runs perfectly when I use the flash function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A coworker suggested I downgrade to LPCXpresso 7.7.2... Done and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been looking for differences in settings - there's a&amp;nbsp; few..&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28919i1C01E99D32DF038C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Picture above is MCUXpresso (broken). &lt;BR /&gt;&lt;BR /&gt;Emulator selection shows only link server.. The debug options template has different wording..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29049i833F1ED7DB00F099/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Emulator selection defaults to CMSIS-DAP&lt;/P&gt;&lt;P&gt;Debug options template is NXP LPC40xx (JTAG)..&lt;BR /&gt;&lt;BR /&gt;Any ideas? I searched all over for documentation but couldn't find any.&lt;BR /&gt;Can someone point me in a direction? I don't want to use old 7.7.2 LPCXpresso.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 21:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747012#M1606</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-11T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747013#M1607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The underlying "LinkServer" debug interface (used for CMSIS-DAP debug connections) has been considerably changed since the days of LPCXpresso IDE v7.7.2 (released back in March 2015). And the fact that you see CMSIS-DAP in one launch config, and LinkServer in the other doesn't actually tell you anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest doing the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Start up MCUXpresso IDE with your project loaded into the workspace.&lt;/LI&gt;&lt;LI&gt;Ensure that JP1 header on your LPC-Link2 is not fitted. This will allow the IDE to soft-load&amp;nbsp;the latest probe firmware supplied with the IDE itself.&lt;/LI&gt;&lt;LI&gt;Delete any launch configurations in your project directory.&lt;/LI&gt;&lt;LI&gt;Power down your board and debug probe, then power them up again.&lt;/LI&gt;&lt;LI&gt;Ensure your project is selected in the Project Explorer View, then click on the Debug button in the Quickstart Panel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDE should now boot your LPC-Link2, allow you to select it, and start a debug session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now run to the line that is triggering your problem. Try stepping over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still see problems, then please send us the text from the Debug Log (messages) and the gdb traces from the Console view. See the MCUXpresso IDE v10.1.1 User Guide, section 16.8, "The Console View", for more details of how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be useful to know if the problem is actually specific to this specific project. For instance, if you mass erase the flash, then program in a simple test project (for instance one of the LPCOpen examples for LPC407x_8x), do you still see issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you please provide more details of the board you are using, in particular related to how debug/reset signals are connected up (as per -&amp;nbsp;&lt;A href="https://community.nxp.com/thread/388998"&gt;Design Considerations for Debug&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747013#M1607</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-05-14T08:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747014#M1608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already tried deleting old launch configurations running to and stepping over etc. I did it again for your records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/AJBeR3Ma"&gt;Console Output&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/1tFXSVS3"&gt;LinkServer Debug Log&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/iAi3iIp5"&gt;Project Debug Log&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately, there isn't much to see. The 4078 gets to that line of code and gets halted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use Mass Flash Erase and program, other code (for example our test code, or your example code) works, and even the code I'm currently having problems with works.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR style="font-weight: 400;" /&gt;&lt;SPAN style="font-weight: 400;"&gt;As for Debug, Reset, circuitry, they are all configured according to design considerations. This is a very mature/stable/tested design. TDIO's are pulled up to 10k, reset circuit has been tested extensively, and clock is correct.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's purely an issue with the debugger between the two different versions of MCU/LPC Xpresso. Nobody had this issue till I tried upgrading to MCUXpresso&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Stephen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 14:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747014#M1608</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-14T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747015#M1609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the logs.&amp;nbsp;Two things to try (I suggest only changing one of them at a time)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the launch configuration for your project - change the value of the "Vector catch" option to "True".&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the launch configuration for your project - change the value of the "Reset Handling" option to "SYSRESETREQ".&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IIRC at one point we had to change the default way we trigger reset when connecting to LPC407x_8x parts,&amp;nbsp;due to issues with another&amp;nbsp;(non-LPC-Link2) CMSIS-DAP based debug probe built into a 3rd party board. And I suspect that you are seeing a corner-case consequence of this because of something in your application which is executing before the debug tools can take control.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyway, let us know if changing either of these options helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 15:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747015#M1609</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-05-14T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747016#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved. I opened the Debug.launch file, compared between MCU and LPC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapped line 9 from LPC debug.launch into MCU debug.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/bMNCVF35"&gt;Broken&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/sleYgPNc"&gt;Fixed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Support- could you please explain why this worked?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 15:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747016#M1610</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-14T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747017#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing Reset Handling to SYSRESETREQ did it. Modifying the debug.launch files the way I posted earlier accomplished the same thing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'd like to understand what these values mean - is there documentation anywhere?&lt;BR /&gt;&lt;BR /&gt;Also, I seem to have lost the ability to view local variable values. Not sure if this is something I changed trying to fix the debugger. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 13:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747017#M1611</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-15T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747018#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey - I'm still having issues&amp;nbsp;seeing local variables. I've tried using SYSRESETREQ it with different code and I can still view them. I've also messed with many other settings..&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 14:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747018#M1612</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-16T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747019#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; border: 0px;"&gt;SYSRESETREQ basically pulls system reset, which will typically&amp;nbsp;reset the whole chip, whereas corereset typically will just trigger a reset of the cpu within the chip. Generally you do want to pull SYSRESETREQ at some point during the connection sequence, but this can trigger problems with some parts in some circumstances (which is why it was changed at some point after&amp;nbsp;the old LPCXpresso IDE release&amp;nbsp;you had tried).&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;With regards to your local variable issue, we have not seen anything similar ourselves or had any other reports of the Variables view failing to disable local variables. &amp;nbsp;But I certainly can't see how this would be related to reset issues above. Anyway we'll see if we can find a way to replicate. But it might be useful to know what you actually see. Is the view just blank, or do you see any errors - either directly in the IDE GUI, or perhaps in the gdb-traces log in the Console View.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 14:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747019#M1613</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-05-16T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747020#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already ruled out GUI - restored all to defaults. Even deleted my .metadata file.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is no text in the Variables table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26748i365A8956960787C2/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see an error - when I first begin debugging, I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26500i50862CC713524BE8/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This only began happening when I switched to SYSRESETREQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click OK, and the debugger appears to be running "normally" - I can step and set breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumptext.com/tlaOkBNV"&gt;gdb-traces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 15:46:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747020#M1614</guid>
      <dc:creator>stephendefina</dc:creator>
      <dc:date>2018-05-16T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747021#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this additional information - we will look further into this and respond on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 14:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747021#M1615</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-05-17T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger differences between LPCXpresso 7.7.2 vs MCUXpresso 10.1.1.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747022#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please today's announcement &lt;A href="https://community.nxp.com/migration-blogpost/10933"&gt;MCUXpresso IDE v10.2.0 Now Available&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did observe some debug issues using version 10.1.1 but believe these have been addressed in this new version. Our local testing showed up no problems, but we would also appreciate your confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 14:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugger-differences-between-LPCXpresso-7-7-2-vs-MCUXpresso-10-1/m-p/747022#M1616</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-05-18T14:13:16Z</dc:date>
    </item>
  </channel>
</rss>

