<?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>Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80011/debug-session-fails-to-run-zephyr-blinky-sample-in-vscode-with-nrf-connect</link><description>Hello, 
 I&amp;#39;m trying out nRF Connect running inside VS Code and I&amp;#39;m running into issues debuggin my code. I followed the Nordic setup tutorial and installed the latest nRF Connect SDK, then nRF Command Line Tools with Segger Tools, Visual Studio Code and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Nov 2021 11:57:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80011/debug-session-fails-to-run-zephyr-blinky-sample-in-vscode-with-nrf-connect" /><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/337680?ContentTypeID=1</link><pubDate>Fri, 05 Nov 2021 11:57:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dff57dbf-038d-4a35-8d1a-308bf93ff2e1</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The&lt;span&gt;&amp;nbsp;&lt;/span&gt;version&lt;span&gt;&amp;nbsp;&lt;/span&gt;with this fix was released today, and it is available on the VS Code marketplace now.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/336038?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 15:21:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1acbcf6-0c68-4b18-a678-b987738eb263</guid><dc:creator>ParkerMcD</dc:creator><description>&lt;p&gt;Awesome thank you for the help!&amp;nbsp; I will test this out shortly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/335931?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 11:13:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44f30e3c-f352-4222-81cb-ea605a09bfa1</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;Thank you for sharing your solution so others can find it!&lt;/p&gt;
&lt;p&gt;It was found that this is a bug in the current version of the VS Code extension, where the extension is only looking for the JLink executable in&amp;nbsp;the &amp;quot;Program Files (x85)&amp;quot; &lt;span&gt;directory&lt;/span&gt;, and is therefore unable to find the executable when it is installed in &amp;quot;Program Files&amp;quot;. This will be fixed in the next release of the extension.&lt;/p&gt;
&lt;p&gt;Another solution in the meantime is to create a symlink between the two directories:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;mklink /d &amp;quot;C:\Program Files (x86)\SEGGER\JLink&amp;quot; &amp;quot;C:\Program Files\SEGGER\JLink&amp;quot;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/335897?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 09:28:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0ea6da0-899c-457d-9ae1-05655409050a</guid><dc:creator>markuckermann</dc:creator><description>&lt;p&gt;I was able to fix the same problem on Windows 10 by adding the directory of the .exe (C:\Program Files\SEGGER\JLink for my system) to the system path and restarting VsCode.&lt;br /&gt;&lt;br /&gt;Maybe it will help others.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Mark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/333303?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 15:09:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f70aa338-e4b2-4d78-9b87-f8b9b1377ea5</guid><dc:creator>ParkerMcD</dc:creator><description>&lt;p&gt;Great!&amp;nbsp; I&amp;#39;m making a private ticket now.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Parker&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/333192?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 08:12:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb69eecb-60ce-4b26-8212-a33e5936c673</guid><dc:creator>Dee Roberts</dc:creator><description>&lt;p&gt;Hi Parker,&lt;/p&gt;
&lt;p&gt;Thanks for your patience whilst we look into this. We&amp;#39;d like to gather a bit more information about your environment so that we can more easily reproduce this problem. To that end, we&amp;#39;ve created a build that more accurately detects the installed tools in the Generate Support Information command.&lt;/p&gt;
&lt;p&gt;Since this is a private build, I can&amp;#39;t upload it directly to this issue, but I can do so if you create a new private ticket. You can do so by clicking the &amp;quot;Support +&amp;quot; button at the top of the page, and then selecting &amp;quot;Private Support Ticket&amp;quot;. You might need to add some more information to your DevZone profile for this option to be available.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Dee&lt;/p&gt;
&lt;p&gt;VS Code Team&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/332196?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 17:54:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45956add-0946-4908-805f-2098c3e30856</guid><dc:creator>ParkerMcD</dc:creator><description>&lt;p&gt;Ok thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/332072?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 08:06:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d252b59c-a37e-4b85-9232-aa59981362b3</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Parker,&lt;/p&gt;
&lt;p&gt;Thank you for providing this information. I have reported it internally,&amp;nbsp;and our developers will investigate it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/331802?ContentTypeID=1</link><pubDate>Wed, 29 Sep 2021 20:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87148146-3fcf-4055-8f7c-5595172b9e37</guid><dc:creator>ParkerMcD</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I agree it&amp;#39;s likely an environment issue.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is my support information:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
        
{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;win32&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Windows 10 Home&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;10.0.19043&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.60.2&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;13.1.8&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v14.16.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2021-09-29T20:19:49.181Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\VSCode\\resources\\app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:00:16&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;27:54:49&amp;quot;,
    &amp;quot;cpu&amp;quot;: {
      &amp;quot;model&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz&amp;quot;,
      &amp;quot;speed&amp;quot;: &amp;quot;1992 MHz&amp;quot;,
      &amp;quot;count&amp;quot;: 4
    },
    &amp;quot;memory&amp;quot;: {
      &amp;quot;total&amp;quot;: &amp;quot;15.90 GB&amp;quot;,
      &amp;quot;free&amp;quot;: &amp;quot;4.12 GB&amp;quot;
    }
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Untitled (Workspace)&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: &amp;quot;1632521686317&amp;quot;,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Examples\\hello_world&amp;quot;,
      &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Examples\\Blinky&amp;quot;
    ]
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2021.9.314&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\parke\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2021.9.314&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2021.9.20&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\parke\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2021.9.20&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.devicetree&amp;quot;: null,
      &amp;quot;nordic-semiconductor.kconfig&amp;quot;: null
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: &amp;quot;0.4.6&amp;quot;,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.6.0&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl-recommender&amp;quot;: &amp;quot;0.0.11&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.60.2&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.0.15&amp;quot;,
      &amp;quot;ms-vscode.references-view&amp;quot;: &amp;quot;0.0.80&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;0.0.18&amp;quot;,
      &amp;quot;13xforever.language-x86-64-assembly&amp;quot;: &amp;quot;3.0.0&amp;quot;,
      &amp;quot;akfish.vscode-devdocs&amp;quot;: &amp;quot;1.0.3&amp;quot;,
      &amp;quot;austin.code-gnu-global&amp;quot;: &amp;quot;0.2.2&amp;quot;,
      &amp;quot;cschlosser.doxdocgen&amp;quot;: &amp;quot;1.3.2&amp;quot;,
      &amp;quot;jeff-hykin.better-cpp-syntax&amp;quot;: &amp;quot;1.15.10&amp;quot;,
      &amp;quot;keroc.hex-fmt&amp;quot;: &amp;quot;1.0.0&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-containers&amp;quot;: &amp;quot;0.194.3&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-ssh&amp;quot;: &amp;quot;0.65.8&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-ssh-edit&amp;quot;: &amp;quot;0.65.8&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl&amp;quot;: &amp;quot;0.58.2&amp;quot;,
      &amp;quot;ms-vscode.cmake-tools&amp;quot;: &amp;quot;1.8.1&amp;quot;,
      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.0.0&amp;quot;,
      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;1.0.0&amp;quot;,
      &amp;quot;ms-vsliveshare.vsliveshare&amp;quot;: &amp;quot;1.0.4836&amp;quot;,
      &amp;quot;ms-vsliveshare.vsliveshare-audio&amp;quot;: &amp;quot;0.1.91&amp;quot;,
      &amp;quot;platformio.platformio-ide&amp;quot;: &amp;quot;2.3.3&amp;quot;,
      &amp;quot;slevesque.vscode-hexdump&amp;quot;: &amp;quot;1.8.1&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;twxs.cmake&amp;quot;: &amp;quot;0.0.17&amp;quot;
    }
  },
  &amp;quot;tools&amp;quot;: {
    &amp;quot;jlink&amp;quot;: null,
    &amp;quot;nrfjprog&amp;quot;: null,
    &amp;quot;cmake&amp;quot;: null,
    &amp;quot;west&amp;quot;: null,
    &amp;quot;python&amp;quot;: null,
    &amp;quot;ninja&amp;quot;: null,
    &amp;quot;gperf&amp;quot;: null,
    &amp;quot;dtc&amp;quot;: null,
    &amp;quot;gnuarmemb&amp;quot;: null,
    &amp;quot;gn&amp;quot;: null
  },
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [
        &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Example\\Blinky&amp;quot;,
        &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Examples\\Hello_World!&amp;quot;,
        &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Examples\\Blinky&amp;quot;,
        &amp;quot;c:\\Users\\parke\\Documents\\GitHub\\Software-Design\\CLARI\\Examples\\hello_world&amp;quot;
      ],
      &amp;quot;jlink&amp;quot;: {
        &amp;quot;rtosPlugin&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: null
      },
      &amp;quot;welcome&amp;quot;: {
        &amp;quot;showOnStartup&amp;quot;: false
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: []
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    },
    &amp;quot;nordic-semiconductor.devicetree&amp;quot;: {
      &amp;quot;modules&amp;quot;: [
        &amp;quot;${zephyrBase}&amp;quot;,
        &amp;quot;${zephyrBase}/../nrf&amp;quot;,
        &amp;quot;.&amp;quot;
      ],
      &amp;quot;zephyr&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;ctxFile&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;defaultBoard&amp;quot;: &amp;quot;&amp;quot;
    },
    &amp;quot;nordic-semiconductor.kconfig&amp;quot;: {
      &amp;quot;root&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;env&amp;quot;: {},
      &amp;quot;cfiles&amp;quot;: true,
      &amp;quot;disable&amp;quot;: false,
      &amp;quot;zephyr&amp;quot;: {
        &amp;quot;board&amp;quot;: {
          &amp;quot;board&amp;quot;: &amp;quot;thingy52_nrf52832&amp;quot;,
          &amp;quot;arch&amp;quot;: &amp;quot;arm&amp;quot;,
          &amp;quot;dir&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\zephyr\\boards\\arm\\thingy52_nrf52832&amp;quot;
        },
        &amp;quot;west&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin\\Scripts\\west.exe&amp;quot;,
        &amp;quot;base&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\zephyr&amp;quot;,
        &amp;quot;soc_roots&amp;quot;: []
      }
    },
    &amp;quot;marus25.cortex-debug&amp;quot;: {
      &amp;quot;armToolchainPath&amp;quot;: null,
      &amp;quot;armToolchainPrefix&amp;quot;: &amp;quot;arm-none-eabi&amp;quot;,
      &amp;quot;gdbPath&amp;quot;: null,
      &amp;quot;JLinkGDBServerPath&amp;quot;: null,
      &amp;quot;openocdPath&amp;quot;: null,
      &amp;quot;pyocdPath&amp;quot;: null,
      &amp;quot;PEGDBServerPath&amp;quot;: null,
      &amp;quot;stutilPath&amp;quot;: null,
      &amp;quot;stlinkPath&amp;quot;: null,
      &amp;quot;stm32cubeprogrammer&amp;quot;: null,
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;flattenAnonymous&amp;quot;: false,
      &amp;quot;registerUseNaturalFormat&amp;quot;: true,
      &amp;quot;variableUseNaturalFormat&amp;quot;: true
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westExe&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin\\Scripts\\west.exe&amp;quot;,
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\parke&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\mingw64\\bin;c:\\nordicsemi\\v1.7.0\\toolchain\\mingw64\\libexec\\git-core;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin\\Scripts;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\bin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\libnvvp;C:\\Program Files (x86)\\Razer Chroma SDK\\bin;C:\\Program Files\\Razer Chroma SDK\\bin;C:\\Program Files (x86)\\Razer\\ChromaBroadcast\\bin;C:\\Program Files\\Razer\\ChromaBroadcast\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WindowsApps;C:\\MinGW\\bin;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\NVIDIA Corporation\\Nsight Compute 2019.4.0\\;C:\\Program Files\\PuTTY\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\MATLAB\\R2021a\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Wincupl\\WINCUPL\\EXE;C:\\Wincupl\\WINCUPL\\FITTERS;C:\\Program Files\\SDCC\\bin;C:\\Users\\parke\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\parke\\AppData\\Local\\Microsoft\\WindowsApps;C:\\VSCode\\bin&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\zephyr&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;gnuarmemb&amp;quot;,
      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin\\Lib;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin\\Lib\\site-packages&amp;quot;,
      &amp;quot;Python3_ROOT&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\nordicsemi\\v1.7.0\\toolchain\\opt\\bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;1.7.0&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;shell&amp;quot;: null,
    &amp;quot;defaultProfile&amp;quot;: null
  }
}

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I followed the online tutorial for installing nRF Code in VS Code (&lt;a href="https://www.youtube.com/watch?v=r2_W8rInr38&amp;amp;list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl&amp;amp;index=2&amp;amp;ab_channel=NordicSemiconductor"&gt;nRF Connect for VS Code&lt;/a&gt;) which included installing the toolchain manger, the latest nRF Connect SDK, then nRF command line tools, segger tools, installing VS Code and finally the nRF VS Code extensions.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I installed JLink to the default location of:&amp;nbsp; C:\Program Files\SEGGER\JLink&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Parker&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/331625?ContentTypeID=1</link><pubDate>Wed, 29 Sep 2021 07:52:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0131fdd-ba4e-4cb5-a17c-2dfa8100a098</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Parker,&lt;/p&gt;
&lt;p&gt;It looks like an environment issue.&lt;/p&gt;
&lt;p&gt;Could you use the &amp;quot;Generate Support Information&amp;quot; command&amp;nbsp;(Ctrl + P -&amp;gt; nRF Connect: Generate Support Information) and provide details of your environment?&lt;/p&gt;
&lt;p&gt;Did you use the Toolchain Manager, or did you install it manually?&lt;/p&gt;
&lt;p&gt;Is JLink installed in a default or custom location?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/331568?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 16:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:638d7c0b-d674-46e1-a7fe-b74557cf6e82</guid><dc:creator>ParkerMcD</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I unchecked the &amp;quot;Enable debug options&amp;quot; for both Blinky and hello_world samples and tried both methods of starting a debug session (pressing debug under nRF Connect action menu and pressing F5).&amp;nbsp; Pressing the debug button under the action menu fails in the exact same way as my original post, while pressing F5&amp;nbsp; starts to run but then fails compilation because: &amp;quot;&lt;strong&gt;zephyr.h: No such file or directory&lt;/strong&gt;&amp;quot;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s like the toolchain is setup differently for building before debugging/flashing vs. when compiling/flashing directly from the nRF connect action menu.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Parker&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug session fails to run Zephyr blinky sample in VSCode with nRF Connect</title><link>https://devzone.nordicsemi.com/thread/331286?ContentTypeID=1</link><pubDate>Mon, 27 Sep 2021 11:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bb67662-815c-4156-a5a7-644df6826bbb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Parker,&lt;/p&gt;
&lt;p&gt;There is an issue where enabling debug options when generating the build configuration will cause debugging to not work in some cases. This seems to happen with simple examples, such as the Blinky example. Samples that use threads still seem to work with &amp;quot;Enable debug options&amp;quot; checked.&amp;nbsp;Please try to generate the build configuration with &amp;quot;Enable debug options&amp;quot; unchecked.&lt;/p&gt;
&lt;p&gt;You can also try a workaround where you start debugging by Run -&amp;gt; Start Debugging (or pressing F5) instead of starting by clicking the &amp;quot;Debug Application&amp;quot; icon within the nRF Connect for VS Code plugin.&lt;/p&gt;
&lt;p&gt;See the reply from Einar&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/79881/unable-to-use-debugger-in-vs-code-using-nrf-connect/330690#330690"&gt;in this comment&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;Please let me know if you are still having this problem after unchecking &amp;quot;Enable debug options&amp;quot; and/or trying the workaround.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>