<?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>Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119597/thread-viewer-does-not-show-threads</link><description>Hey, 
 I encountered a problem with the thread viewer, where the corresponding window is empty when I&amp;#39;m in a debug session. Inside the build configuration I used &amp;quot;Optimize for debugging (-Og)&amp;quot; 
 I tested this in the &amp;quot;threads&amp;quot; example. I used the nrf connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Mar 2025 11:56:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119597/thread-viewer-does-not-show-threads" /><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526901?ContentTypeID=1</link><pubDate>Wed, 12 Mar 2025 11:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f14634b-7e4f-48c7-beb2-8782c61f447b</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Thanks for the effort, I will report internally and hopefully we can find a fix for this. But for now the workaround with Ozone seems to more stable for some users like yourself.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks for reporting.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526720?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 10:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c9046e4-7800-4d99-a3ee-52821d6d81be</guid><dc:creator>User_PP</dc:creator><description>&lt;p&gt;Hey Jonathan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you for your response. I tried to look into your suggestions, but so far none of those seemed to have an effect.&lt;/p&gt;
&lt;p&gt;1) I checked the system settings for the selected language, and it is set to English US already.&lt;/p&gt;
&lt;p&gt;2) Here I&amp;#39;m not entirely sure what I should do specifically. I tried multiple things:&lt;/p&gt;
&lt;p&gt;* I added the following line to the beginning of my program:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;__attribute__((used, section(&amp;quot;.dbg_thread_info&amp;quot;)))&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;* When looking at the CMakeLists file in the parent folder, it seems this .c file is included when &amp;quot;CONFIG_DEBUG_THREAD_INFO&amp;quot; is defined, so I added&amp;nbsp;&lt;span&gt;&amp;quot;CONFIG_DEBUG_THREAD_INFO&lt;/span&gt;&lt;span&gt;=y&amp;quot;&amp;nbsp; to my prj.conf file&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Was there anything else you had in mind for me to do with this suggestion?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3) I installed the version you specified, but I encountered a different problem, where the extension window does not show content at all and is loading. I waited for 5 minutes and once I updated to the newest version, it immediately showed its contents again&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/2318.loading.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I unfortunately was not able to test whether it works in the version you mentioned&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526661?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 00:09:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27923d17-eff2-4d3b-ab2a-f2276cddd1c5</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Good to know that it works, there is clearly a issue here with the window that should be displaying the threads.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I dont know the cause here but here are a few things that you can try if you want to continue investigation on the issue.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What language is the default language on your computer? This does sound like a odd question but there seems to be at least one other case where someone had it fixed buy making sure the English US language package was available on the windows machine.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There is also the possibility that some parts are not checked, here in the thread setup&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.5.99-ncs1-1/subsys/debug/thread_info.c#L42"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.5.99-ncs1-1/subsys/debug/thread_info.c#L42&lt;/a&gt;&amp;nbsp;if this part is missing the window appears to be blank as well.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can try and update VS code, ore maybe downgrade VS code as well to see if this solves the issue,&amp;nbsp;&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/pastedimage1741651645906v1.png" alt=" " /&gt;&lt;br /&gt;You can click here on the cog and select install specific version and select 2024.7.13 to see if that solves it.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you dont want to digg any more in to it then that is perfectly fine and you can use the Ozone workaround.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526611?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 15:49:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:322b1bad-b516-47d1-a68c-f6815f1291e3</guid><dc:creator>User_PP</dc:creator><description>&lt;p&gt;Nevermind, I found the &amp;quot;Debug with Ozone&amp;quot; button. There it works, yes&amp;nbsp;&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/workq.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526610?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 15:41:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a57cec11-c1f5-41c3-9a45-dcbef0a72784</guid><dc:creator>User_PP</dc:creator><description>&lt;p&gt;Hey&amp;nbsp;&lt;span&gt;Jonathan, thanks for your reply. I installed the Ozone debugger and got it to attach to the process. Where do I go from here to view the running threads and test this?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Viewer does not show threads</title><link>https://devzone.nordicsemi.com/thread/526566?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 13:41:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fc13c6f-cefa-464b-9f76-2ee391127582</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thanks for reporting.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you test with the Ozone debugger to see if it works there?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>