<?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>Show &amp;quot;Debug options not enabled&amp;quot; while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124579/show-debug-options-not-enabled-while-upgrade-nrf-connect-for-vs-code-extenstion-pack</link><description>Hi I have updated th nRF Connect for VS Code Extension Pack to the newest version. But when I want to enter Debug in VSCODE, the error comes out. Before upgrade, the debug is ok. 
 
 
 
 Here are the version number of installed nRF Connect VS Code: 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Feb 2026 18:28:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124579/show-debug-options-not-enabled-while-upgrade-nrf-connect-for-vs-code-extenstion-pack" /><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/560572?ContentTypeID=1</link><pubDate>Fri, 06 Feb 2026 18:28:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efeb3295-d396-4fd7-8e27-029d0e4eeed8</guid><dc:creator>Kelso</dc:creator><description>&lt;p&gt;I&amp;#39;m dealing with something similar to this.&amp;nbsp; Is there a mechanism to disable this check and pop-up dialog.&amp;nbsp; I enable debugging settings through a different mechanism because I want to debug the code with -Os rather than -Og optimization and the default settings prevent this configuration.&amp;nbsp; This means for my use case, the dialog is completely useless and incorrect.&amp;nbsp; I would rather turn it off completely.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/549978?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 08:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a31a8dd2-4e72-46d6-b03c-bcdc8f1bfa98</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, in multi-image (multi-domain) builds—such as when using MCUboot, TFM, and your application—&lt;/span&gt;each image/domain can have its own optimization and debug settings&lt;span&gt;. By default, setting the optimization level to &amp;quot;debug&amp;quot; in your main build configuration only applies to the main domain (usually your application).&amp;nbsp;This has been documented here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/build_multi_domain.html#how-to-debug-domains"&gt;How to work with sysbuild domains&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So, to fix your issue:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Go to the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Build Configurations&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in VS Code.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Edit the build configuration for the MCUboot domain.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Set its optimization level to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Optimize for debugging&lt;/strong&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Rebuild the project.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Swathy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/549939?ContentTypeID=1</link><pubDate>Sat, 27 Sep 2025 15:41:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b132a1c1-ddfc-4ab3-8bf3-078f2ae10a38</guid><dc:creator>pcspets</dc:creator><description>&lt;p&gt;Do you perhaps have a multi-target application? In my case, seems that mcuboot doesn&amp;#39;t inherit all build options and this message is displayed every time I try to start mcuboot debug session.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/549796?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2025 11:28:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64455eea-d56c-4a8c-a298-07beb38811f2</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Did you try doing pistine build after editing the buid coniguration.? After changing the optimization level, make sure you perform a&amp;nbsp;&lt;/span&gt;&lt;strong&gt;pristine build&lt;/strong&gt;&lt;span&gt;&amp;nbsp;(delete the build folder and rebuild). Sometimes, outputs are not regenerated unless you do a clean build, which can cause the debug options not to be applied properly.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Refer:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-2-debugging/topic/debugging-in-vs-code/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-2-debugging/topic/debugging-in-vs-code/&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Swathy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/549713?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 15:04:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:892f2d31-b93c-429c-a19a-33b8491a7577</guid><dc:creator>ToothlessYY</dc:creator><description>&lt;p&gt;Hi SwRa, thanks for you reply. I try toe change the Optimization level in Build Configuration, set it to debugging level, but still has the same error&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1758726266477v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show "Debug options not enabled" while upgrade nRF Connect for VS Code Extenstion Pack</title><link>https://devzone.nordicsemi.com/thread/549681?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 12:36:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1df3eba-c4d7-4d63-ae0c-cf767273972c</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This means that&amp;nbsp;&lt;span&gt;&amp;nbsp;that your build configuration is not set up with the necessary debug options.&amp;nbsp;Please refer&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/get_started/quick_debug.html#how-to-debug-an-application"&gt;https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/get_started/quick_debug.html#how-to-debug-an-application&lt;/a&gt;&amp;nbsp;&amp;nbsp;and follow the steps mentioned to enable debugging.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Swathy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>