<?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>RTT debugging not working on  nrfConnect for vs Code 2025.4.106</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120686/rtt-debugging-not-working-on-nrfconnect-for-vs-code-2025-4-106</link><description>The latest toolchain has removed &amp;quot;serverArgs&amp;quot;: from debug configuration in nrfConnect 2025.4.106 
 
 
 
 Is is mandatory as we only have RTT on our FF board and no serial port. 
 We are normally adding following line, to add RTT debugging on nRF54L15</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Apr 2025 14:12:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120686/rtt-debugging-not-working-on-nrfconnect-for-vs-code-2025-4-106" /><item><title>RE: RTT debugging not working on  nrfConnect for vs Code 2025.4.106</title><link>https://devzone.nordicsemi.com/thread/531728?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 14:12:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f46076a8-4689-4807-9803-bb8774cbec6d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Happy to know it works. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT debugging not working on  nrfConnect for vs Code 2025.4.106</title><link>https://devzone.nordicsemi.com/thread/531724?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 13:59:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ad67360-47f9-4a8c-bbd0-26b0dba19e73</guid><dc:creator>Tommy F Kristensen</dc:creator><description>&lt;p&gt;Hi Amanda&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks it works&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tommy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT debugging not working on  nrfConnect for vs Code 2025.4.106</title><link>https://devzone.nordicsemi.com/thread/531702?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 13:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54934334-870f-4ba4-8687-3ed03b1df5ea</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &amp;#39;serverArgs&amp;#39; was changed to &amp;#39;gdbServer&amp;#39;. Could you try this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;        &amp;quot;gdbServer&amp;quot;: {
          &amp;quot;address&amp;quot;: &amp;quot;127.0.0.1:${port}&amp;quot;,
          &amp;quot;args&amp;quot;: {
            &amp;quot;if&amp;quot;: &amp;quot;SWD&amp;quot;,
            &amp;quot;speed&amp;quot;: 4000,
            &amp;quot;device&amp;quot;: &amp;quot;nRF54L15_M33&amp;quot;,
            &amp;quot;select&amp;quot;: &amp;quot;usb=${snr}&amp;quot;,
            &amp;quot;port&amp;quot;: &amp;quot;${port}&amp;quot;,
            &amp;quot;rtos&amp;quot;: &amp;quot;${rtosPlugin}&amp;quot;,
            &amp;quot;jlinkscriptfile&amp;quot;: &amp;quot;${jlinkScript}&amp;quot;,
            &amp;quot;additionalArgs&amp;quot;: [
              &amp;quot;singlerun&amp;quot;,
              &amp;quot;nogui&amp;quot;,
              &amp;quot;halt&amp;quot;,
              &amp;quot;noir&amp;quot;,
              &amp;quot;silent&amp;quot;
            ]
          }
        }&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>