<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Derevtsov Konstantin</title>
    <description>The latest articles on DEV Community by Derevtsov Konstantin (@godzie44).</description>
    <link>https://dev.to/godzie44</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2480321%2F1899e1e1-d273-471b-b269-2e206cd847ae.jpeg</url>
      <title>DEV Community: Derevtsov Konstantin</title>
      <link>https://dev.to/godzie44</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/godzie44"/>
    <language>en</language>
    <item>
      <title>BugStalker v0.3.0 Released – async debugging, new commands &amp; more!</title>
      <dc:creator>Derevtsov Konstantin</dc:creator>
      <pubDate>Thu, 24 Apr 2025 16:29:17 +0000</pubDate>
      <link>https://dev.to/godzie44/bugstalker-v030-released-async-debugging-new-commands-more-386i</link>
      <guid>https://dev.to/godzie44/bugstalker-v030-released-async-debugging-new-commands-more-386i</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;BS is a modern debugger for Linux x86-64. Written in Rust for Rust programs.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After 10 months since the last major release, I'm excited to announce BugStalker v0.3.0—packed with new features, improvements, and fixes!&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;async Rust support – debug async code with new commands:

&lt;ul&gt;
&lt;li&gt;async backtrace – inspect async task backtraces&lt;/li&gt;
&lt;li&gt;async task – view task details&lt;/li&gt;
&lt;li&gt;async stepover / async stepout – better control over async execution&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;enhanced Variable Inspection

&lt;ul&gt;
&lt;li&gt;argd / vard – print variables and arguments using Debug trait&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;new &lt;code&gt;call&lt;/code&gt; Command – execute functions directly in the debugged program&lt;/li&gt;

&lt;li&gt;
&lt;code&gt;trigger&lt;/code&gt; Command – fine-grained control over breakpoints&lt;/li&gt;

&lt;li&gt;New Project Website – better docs and resources
…and much more!&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;📜 Full Changelog: &lt;a href="https://github.com/godzie44/BugStalker/releases/tag/v0.3.0" rel="noopener noreferrer"&gt;https://github.com/godzie44/BugStalker/releases/tag/v0.3.0&lt;/a&gt;&lt;br&gt;
📚 Documentation &amp;amp; Demos: &lt;a href="https://godzie44.github.io/BugStalker/" rel="noopener noreferrer"&gt;https://godzie44.github.io/BugStalker/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What’s Next?&lt;br&gt;
Plans for future releases include DAP (Debug Adapter Protocol) integration for VSCode and other editors.&lt;/p&gt;

&lt;p&gt;💡 Feedback &amp;amp; Contributions Welcome!&lt;br&gt;
If you have ideas, bug reports, or want to contribute, feel free to reach out!&lt;/p&gt;

</description>
      <category>rust</category>
      <category>gdb</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
