<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rants | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Sun, 17 Jan 2021 14:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>rants | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>lldb-mi no longer exists</title>
		<link>https://learncgames.com/lldb-mi-no-longer-exists/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lldb-mi-no-longer-exists</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 00:00:57 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[lldb]]></category>
		<category><![CDATA[onslaught]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=2433</guid>

					<description><![CDATA[<p>This is debugging vs code with lldb. It seems as of clang-10, it&#8217;s no longer supported which is a pita. I&#8217;d been working on the Onslaught code and something wasn&#8217;t working so I thought I&#8217;d try to debug it.  However the debugger wouldn&#8217;t start. Investigating a bit further and I found this discussion thread on [&#8230;]</p>
The post <a href="https://learncgames.com/lldb-mi-no-longer-exists/">lldb-mi no longer exists</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:243,&quot;href&quot;:&quot;https:\/\/github.com\/microsoft\/vscode-cpptools\/issues\/5415&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20240608081433\/https:\/\/github.com\/microsoft\/vscode-cpptools\/issues\/5415&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 13:06:53&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-12 22:35:49&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-17 00:26:20&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-22 07:12:25&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-28 03:26:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-03 20:13:33&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-08 20:16:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-11 22:07:48&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-17 09:57:43&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 02:25:09&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-07 02:23:53&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-10 16:35:33&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-14 07:25:52&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-19 02:59:06&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-19 02:59:06&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-2435" src="https://learncgames.com/wp-content/uploads/2021/01/lldb-extensions.png" alt="lldb vs code extensions" width="273" height="262" />This is debugging vs code with lldb. It seems as of clang-10, it&#8217;s no longer supported which is a pita. I&#8217;d been working on the Onslaught code and something wasn&#8217;t working so I thought I&#8217;d try to debug it.  However the debugger wouldn&#8217;t start. Investigating a bit further and I found <a title="Link to cpp tools discusion thread on GitHub" href="https://github.com/microsoft/vscode-cpptools/issues/5415" target="_blank" rel="nofollow noopener">this discussion thread</a> on the GitHub cpp tools.</p>
<p>I have to say this. I find Linux development quite frustrating at times because of things like this. Something that worked in an earlier version of clang has been removed. Why? There&#8217;s a similar issue with Ubuntu 18.04 compared to 20.04 running in Hyper-V VM. With 18.04 I can use the clipboard to copy and paste between Windows and Ubuntu, but so far I have been unable to do it in 20.04.</p>
<p>You spend ages wasting time trying to find answers. I find Windows development with C# much less problematic. Open source developers sometimes don&#8217;t appear to take the needs of their users as seriously as say commercial developers do.</p>
<p>So now I&#8217;m looking a for a better way to debug C/C++ programs from vs code. There is a lldb &#8211; vs code adapter as well as native debug and Code LLDB (see screenshots) so I&#8217;ll investigate and see if any of these work. Or I can just study my code and work out in my head why it isn&#8217;t working!</p>The post <a href="https://learncgames.com/lldb-mi-no-longer-exists/">lldb-mi no longer exists</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2433</post-id>	</item>
	</channel>
</rss>
