Entries tagged :: general
9 posts
- Introducing Native Windows Debugging for VS Code: Kernel & Remote Debugging
Last time I had a proof of concept. This time I closed the gap: remote debugging and Windows kernel debugging, straight from VS Code, powered by the same engine as WinDbg. It's open source and on the Marketplace.
- The Joy of Writing a Debugger Adapter for Visual Studio Code
I only wanted a faster remote debugging workflow for a service running in a VM. Instead, I ended up learning DAP, wrapping WinDbg, and building a working first proof of concept debugger adapter for VS Code.
- The Passenger Seat Developer
Here's what nobody tells you about AI-assisted rapid prototyping: Every prototype feels like success, but success is measured by shipping, not building.
- 🚀 New Release: mcp-windbg 0.10.0
AI-powered crash analysis gets a major upgrade with PyPI availability, live debugging sessions, and community-driven improvements. One-command installation is finally here.
- When Citrix App Protection Becomes App Obstruction
A gentle reminder that sometimes our own security features work a little too well. Even against ourselves.
- AI Meets WinDBG: A Different Way to Analyze Crashes
Because manually squinting at hex dumps is so last century. Let me show you how AI-assisted debugging is leaving WinDBG's command line in the dust.
- Vibe Coding is So Damn Real
Because watching GitHub Copilot refactor files with a single prompt is the most satisfying thing you'll see today.
- 🚀 New Release: antispy SDK 2025.1.0
Because shipping an antispy SDK in 2025 still makes sense.
- Where's /etc/pve/firewall/cluster.fw in rescue images?
Ah, so you've locked yourself out of your own Proxmox server. Don't worry, happens.