<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to print on a mac ??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21813/how-to-print-on-a-mac</link><description>I am searching for long time how to inspect the prints in my code inside Segger , I went over many messages in this forum and nothing comes easy to me with this Segger thing : 
 
 NRF_LOG_DEBUG(&amp;quot;hello\r\n&amp;quot;); /want to see this somewhere in real time</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 May 2017 19:15:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21813/how-to-print-on-a-mac" /><item><title>RE: How to print on a mac ??</title><link>https://devzone.nordicsemi.com/thread/85688?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 19:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:594ebe93-27f5-418f-82f3-24cf32e2c3e0</guid><dc:creator>Lola</dc:creator><description>&lt;p&gt;Don&amp;#39;t know how can I thank you enough, if I make it at the end , I will.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to print on a mac ??</title><link>https://devzone.nordicsemi.com/thread/85687?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 19:14:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14e33dc5-a1fc-4325-beff-77435568ad27</guid><dc:creator>Lola</dc:creator><description>&lt;p&gt;You are gold. I love you :)  this is amazing that seriously I searched EVERYWHERE for 2 hours and I couldn&amp;#39;t find that simple fact that you have to PUSH the green play button to see it . And people keep choosing working with terminal and also telling everyone else to do the same .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to print on a mac ??</title><link>https://devzone.nordicsemi.com/thread/85686?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 19:03:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5101ed9-70da-4580-949e-f2eb07f97b8f</guid><dc:creator>Jan Tore Guggedal</dc:creator><description>&lt;p&gt;Segger Embedded Studio has the ability to print RTT embedded in to the debugger. Just choos &lt;code&gt;Debug -&amp;gt; Go&lt;/code&gt; to enter debugger (or &lt;code&gt;Build -&amp;gt; Build and Debug&lt;/code&gt; to build first). Then click the green triangle button or &lt;code&gt;Debug -&amp;gt; Go&lt;/code&gt; to start execution from the top of main function. If you use for example &lt;code&gt;NRF_LOG_INFO(&amp;quot;Print something\r\n&amp;quot;)&lt;/code&gt;, the text will appear in the &lt;code&gt;Debug terminal&lt;/code&gt; window on the bottom of the debugger. Remember to initialize logging in &lt;code&gt;main()&lt;/code&gt; by calling &lt;code&gt;NRF_LOG_INIT()&lt;/code&gt; (in some examples this function is called from &lt;code&gt;log_init()&lt;/code&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>