<?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>LPCXpresso IDEのトピックRe: Array hovering trouble</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559716#M15533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Sep 05 13:53:43 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Kaare&lt;/STRONG&gt;&lt;BR /&gt;What about the Hover? Is it possible to change the formatting?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFAIK, no: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=272&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:17:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:17:36Z</dc:date>
    <item>
      <title>Array hovering trouble</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559713#M15530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Kaare on Tue Sep 04 23:57:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, I'm new to LPCXpresso IDE, but I have been using several IDE's, but never met this problem before:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply want to debug my application, pause the execution, and view the content of a simple u8 array, by hovering the array with the mouse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A simple example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I2CMasterBuffer[0] = PCF8594_ADDR; // 0xA0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I2CMasterBuffer[1] = 0x00;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2]I2CMasterBuffer[2] = 0x55;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2]I2CMasterBuffer[3] = 0xAA;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2]I2CMasterBuffer[4] = 0x12;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2]I2CMasterBuffer[5] = 0x34;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When hovering the mouse, I get this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I2CMasterBuffer = "\240\000U\252\022\064"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, how do I make it show the simple int value?????&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And second: why does it only show 5 values. The array is 6 long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And third: How do I add the array or a value to a "view"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These operations are normally very intuitive in other IDE's ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaare&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559713#M15530</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Array hovering trouble</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559714#M15531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Sep 05 01:43:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Kaare&lt;/STRONG&gt;&lt;BR /&gt;How do I add the array or a value to a "view"?&lt;BR /&gt; &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Double click array name (= name is selected)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Right click selected name and select 'Add watch expression...' and OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#3 View your array in 'Expressions' View' :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:17:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559714#M15531</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Array hovering trouble</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559715#M15532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Kaare on Wed Sep 05 13:46:22 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah OK, thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But why it is necessary to double click the var first, I can't figure out...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the Hover? Is it possible to change the formatting?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaare&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559715#M15532</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Array hovering trouble</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559716#M15533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Sep 05 13:53:43 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Kaare&lt;/STRONG&gt;&lt;BR /&gt;What about the Hover? Is it possible to change the formatting?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFAIK, no: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=272&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Array-hovering-trouble/m-p/559716#M15533</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:17:36Z</dc:date>
    </item>
  </channel>
</rss>

