<?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>VSCode debug failure</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125285/vscode-debug-failure</link><description>Environment: 
 - Board: nRF54L15-DK (v0.9.2) - SDK &amp;amp; Toolchain: nRF Connect SDK v3.1.0 - VS Code: v1.105.1 - nRF Connect for VS Code Extension: v2025.9.798 - Host PC: Windows 10 
 I built the &amp;quot;Hello World&amp;quot; sample from Zephyr using the build configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Dec 2025 06:50:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125285/vscode-debug-failure" /><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/555823?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 06:50:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc94c5f0-6b27-438d-ba7f-983697042917</guid><dc:creator>matudah</dc:creator><description>&lt;p&gt;I tried to add a newer JLink (v8.86) to my user-space, however, the vscode didn&amp;#39;t recognize it.&lt;/p&gt;
&lt;p&gt;So I ended up installing the Jlink (v8.86) to under the &amp;quot;C:\\Program Files\SEGGER\&amp;quot; and it worked OK.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/554475?ContentTypeID=1</link><pubDate>Mon, 17 Nov 2025 08:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20176140-7412-4ac0-947b-f8661c4f6a6b</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;I think that nrfutil will find JLink as long as JLink is in the PATH.&amp;nbsp;&lt;br /&gt;If you try to move JLink to your user-space, and then update windows Environement Variables to point to its install location, that might work.&lt;br /&gt;Could you try this and let me know how it goes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/553751?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2025 00:05:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60ce7757-5e0f-4146-8b87-74c665bb4d62</guid><dc:creator>matudah</dc:creator><description>&lt;p&gt;I just updated SEGGER JLink to the latest (v8.84), and after that, the dbugger worked successfully.&lt;/p&gt;
&lt;p&gt;This matches the information in the link below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/124514/could-not-connect-to-target-when-use-gdb-debug-in-vscode?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/124514/could-not-connect-to-target-when-use-gdb-debug-in-vscode?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I encountered an issue: I could not easily update J-Link in C://Program Files/SEGGER due to security restrictions.&lt;/p&gt;
&lt;p&gt;I would prefer to install it in the user-space, such as C://Users/XXXX...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there any option or possibility to change the auto-search directory from C://Program Files/SEGGER to a user-space loaciton?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  &amp;quot;tools&amp;quot;: {
    &amp;quot;C:\\Program Files\\SEGGER\\JLink_V884\\JLink.exe&amp;quot;: &amp;quot;8.84&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\nrfutil&amp;quot;: &amp;quot;8.1.0&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\cmake&amp;quot;: &amp;quot;3.21.0&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;1.4.0&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.12.4&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.10.2&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;2223&amp;quot;,
    &amp;quot;D:\\ncs\\toolchains\\b8b84efebd\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;git version 2.37.3.&amp;quot;,
    &amp;quot;debugger (arm)&amp;quot;: &amp;quot;d:\\ncs\\toolchains\\b8b84efebd\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe&amp;quot;,
    &amp;quot;debugger (riscv)&amp;quot;: &amp;quot;d:\\ncs\\toolchains\\b8b84efebd\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin\\riscv64-zephyr-elf-gdb.exe&amp;quot;
  },
  &amp;quot;nrfutil&amp;quot;: {
    &amp;quot;nrfutil-device&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;2.13.1&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;c:\\Users\\XXXXXX\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.9.798-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device&amp;quot;,
      &amp;quot;jlinkInfo&amp;quot;: {
        &amp;quot;description&amp;quot;: &amp;quot;This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands&amp;quot;,
        &amp;quot;expectedVersion&amp;quot;: {
          &amp;quot;version&amp;quot;: &amp;quot;JLink_V8.60&amp;quot;,
          &amp;quot;versionFormat&amp;quot;: &amp;quot;string&amp;quot;
        },
        &amp;quot;name&amp;quot;: &amp;quot;JlinkARM&amp;quot;,
        &amp;quot;version&amp;quot;: &amp;quot;JLink_V8.84&amp;quot;,
        &amp;quot;versionFormat&amp;quot;: &amp;quot;string&amp;quot;
      }
    },
    &amp;quot;nrfutil-sdk-manager&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;1.6.2&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;c:\\Users\\XXXXXX\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.9.798-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager&amp;quot;
    }
  },&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In the generated support information above, JLink.exe ver8.84 is auto-searched after the installation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/553392?ContentTypeID=1</link><pubDate>Wed, 05 Nov 2025 09:41:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1875b74-3d07-41d4-9d69-397c7dd87225</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;This could possible be due to JLink version.&lt;br /&gt;Can you check your JLink version, and update it if it is old.&lt;/p&gt;
&lt;p&gt;If that does not work, use &amp;quot;Generate Support Information&amp;quot; and upload the (possibly edited) generated file.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/8372.pastedimage1762335670786v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/552854?ContentTypeID=1</link><pubDate>Thu, 30 Oct 2025 07:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2cc9706-f34b-45de-ab1c-d1d978b3a5ea</guid><dc:creator>matudah</dc:creator><description>&lt;p&gt;Same pop-up appeared.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/popup.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/552848?ContentTypeID=1</link><pubDate>Thu, 30 Oct 2025 07:45:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf1a1b33-b137-425c-97d8-7f9b9f708caf</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Can you try to flash the DK as normal, and then debug using &amp;quot;Attach Debugger to Target&amp;quot;.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4478.pastedimage1761810319920v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I suggest this as step to test to see what is wrong, and possible workaround. But not as a permanent fix.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/552827?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 23:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f118281-fd0d-43b5-b9ed-e8582585a128</guid><dc:creator>matudah</dc:creator><description>&lt;p&gt;Yes. I have been able to program the nRF54L15DK before.&lt;/p&gt;
&lt;p&gt;Recently, I updated the SDK and toolchain from v3.0.2 to v3.1.0, and to verify the issue,&lt;/p&gt;
&lt;p&gt;I switched back to v3.0.2.&lt;/p&gt;
&lt;p&gt;Using the same &amp;quot;Hello world&amp;quot; sample, I built, flashed and debugged it.&lt;/p&gt;
&lt;p&gt;And it worked correctly.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note that while using SDK v3.1.0, I could build and flashed to the DK correctly. The issue is that the error causes when I try to debug it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode debug failure</title><link>https://devzone.nordicsemi.com/thread/552727?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 09:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:863ff47c-ac29-434c-8acf-7cab24d0feeb</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you been able to program the nRF54L15DKbefore?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>