#debugging
// 6 transmissions tagged with #debugging

36gb memory leak in claude code server
A 36GB RSS leak in a Claude Code memory server was caused by sql.js's in-memory filesystem retaining a full copy of each 11MB database per request, exposing Node's GC limits for native buffers [DevTo].

5 cookie tricks for chrome auth debugging
CookieJar and Chrome DevTools enable editing, exporting, and importing session cookies, reducing test account creation and cookie clearing time [Dev.to].

Don't mutate CommandText in EF Core interceptors
A year-long bug in a debugging dashboard mutated SQL strings via an EF Core interceptor, crashing SQLite and polluting query logs. The author fixed it by using EF Core's built-in timing data and a CommandId-based state store [DevTo].

Next.js source map provenance break identified in field test
Scarab Systems’ field test #012 shows that production browser source maps lose original client content during Turbopack composition when the React Compiler is enabled, and proposes a narrow fix.

Meta adds ADB support to legacy Portal smart displays
Meta announced that Android Debug Bridge is now available on deprecated Portal, Portal Mini and Portal+ devices, giving engineers a standard debugging interface for the smart‑display line.

Vercel gates source maps behind authentication
Vercel now secures .map files by restricting access to users with deployment permissions, closing a common security gap in production deployments [Vercel Changelog].