{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreieq4gkhws43cnbm6o6mhgwvoamxnstarurplqi4bzw5srtmqs66k4",
    "uri": "at://did:plc:4n6wgsqsqm6q2hjncgwmreey/app.bsky.feed.post/3mntawmxeojn2"
  },
  "path": "/post/51705349",
  "publishedAt": "2026-06-08T21:34:10.000Z",
  "site": "https://programming.dev",
  "tags": [
    "Programming",
    "dr_robotBones",
    "11 comments"
  ],
  "textContent": "submitted by dr_robotBones to programming\n8 points | 11 comments\n\nI found few resources online which may have lead me astray, as I can’t get even basic functionality out of LLDB.\n\nI used the dotnet-sos tool to supposedly automatically load SOS into LLDB and I attached LLDB to my program’s process, but I am getting errors when trying to use any command:\n\n\n    error: 'bpmd' is not a valid command.\n\n\n\n    error: 'clrstack' is not a valid command.\n\n\nIts behaving as if SOS isn’t installed, I think? I really don’t know what is going on, searching for these errors gives me nothing which is insane, usually there would be GitHub issues or Stack Overflow posts. I think I’m about to never touch C# ever again.",
  "title": "How to Debug a C# program with LLDB?"
}