{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigkh6trsr6olgjx7ufjmga7bck6kcz4lru3geg4tdxd7jmqlczace",
    "uri": "at://did:plc:lujatorbzcq2chhxnvjgc464/app.bsky.feed.post/3mfl2lutakpg2"
  },
  "path": "/2026/02/23/rust-debugging-survey-2026/",
  "publishedAt": "2026-02-23T00:00:00.000Z",
  "site": "https://blog.rust-lang.org",
  "tags": [
    "Rust Debugging Survey",
    "challenges",
    "plans",
    "here",
    "@hashcatHitman"
  ],
  "textContent": "We're launching a Rust Debugging Survey.\n\nVarious issues with debugging Rust code are often mentioned as one of the biggest challenges that annoy Rust developers. While it is definitely possible to debug Rust code today, there are situations where it does not work well enough, and the quality of debugging support also varies a lot across different debuggers and operating systems.\n\nIn order for Rust to have truly stellar debugging support, it should ideally:\n\n  * Support (several versions!) of different debuggers (such as GDB, LLDB or CDB) across multiple operating systems.\n  * Implement debugger visualizers that are able to produce quality presentation of most Rust types.\n  * Provide first-class support for debugging `async` code.\n  * Allow evaluating Rust expressions in the debugger.\n\n\n\nRust is not quite there yet, and it will take a lot of work to reach that level of debugger support. Furthermore, it is also challenging to ensure that debugging Rust code _keeps_ working well, across newly released debugger versions, changes to internal representation of Rust data structures in the standard library and other things that can break the debugging experience.\n\nWe already have some plans to start improving debugging support in Rust, but it would also be useful to understand the current debugging struggles of Rust developers. That is why we have prepared the Rust Debugging Survey, which should help us find specific challenges with debugging Rust code.\n\n**You can fill out the surveyhere.**\n\nFilling the survey should take you approximately 5 minutes, and the survey is fully anonymous. We will accept submissions until Friday, March 13th, 2026. After the survey ends, we will evaluate the results and post key insights on this blog.\n\nWe would like to thank Sam Kellam (@hashcatHitman) who did a lot of great work to prepare this survey.\n\nWe invite you to fill the survey, as your responses will help us improve the Rust debugging experience. Thank you!",
  "title": "Rust debugging survey 2026",
  "updatedAt": "2026-02-23T00:00:00.000Z"
}