The GDB JIT Interface
https://bernsteinbear.com/blog/gdb-jit/
#HackerNews #GDB #JIT #Interface #GDB #Debugging #Just-In-Time #Compilation #Software #Development
The GDB JIT Interface
https://bernsteinbear.com/blog/gdb-jit/
#HackerNews #GDB #JIT #Interface #GDB #Debugging #Just-In-Time #Compilation #Software #Development
Finding and Fixing a 50k Goroutine Leak That Nearly Killed Production
https://skoredin.pro/blog/golang/goroutine-leak-debugging
#HackerNews #Finding #Fixing #Goroutine #Leak #Production #Debugging
This probably deserves its own post:
We've just open sourced a tool that Tim Hutt wrote for #debugging #CHERIoT things. The tool consumes a CPU trace from CHERIoT Ibex and exposes a gdbserver protocol interface. You can then use CHERIoT lldb to step forwards and backwards in your trace.
Launch a Debugging Terminal into GitHub Actions
https://blog.gripdev.xyz/2026/01/10/actions-terminal-on-failure-for-debugging/
#HackerNews #LaunchDebuggingTerminal #GitHubActions #DevOps #Debugging #CI/CD
Python 3.14 and the implementation of PEP 768 allows debuggers to safely attach to a remote Python process. 📲
Welcome to a new era of debugging! 🐛
Python 3.14 and the implementation of PEP 768 allows debuggers to safely attach to a remote Python process. 📲
Welcome to a new era of debugging! 🐛
This is gold if you're using async Rust 💯
🌀 **channels-console** — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels.
📊 Watch messages, queue depth, throughput & memory usage live.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/pawurb/channels-console
#rustlang #ratatui #tui #async #concurrency #tokio #debugging
Little JavaScript tip:
You know you can comment out code to quickly disable it:
```js
/*
console.log(‘I won’t run’)
*/
```
But did you know you can also use a labelled block with a break statement to do the same thing in a more flexible manner?
```js
disable: {
break disable
console.log(‘I wont’t run’)
}
```
Then, you can quickly the move the `break disable` to different lines to execute different bits of code within the block.
(Of course, ideally, you should use your JavaScript debugger and break points but, hey…)
Enjoy! 💕
A Kernel Bug Froze My Machine: Debugging an Async-Profiler Deadlock
https://questdb.com/blog/async-profiler-kernel-bug/
#HackerNews #KernelBug #AsyncProfiler #Deadlock #Debugging #TechBlog #QuestDB
We have a tankless water heater, have had for about 10 years. A great device. Last night my wife went to take a shower, water wasn't heating. Error code 110e on the heater. Looked it up, not very helpful. Called for service. The chap came this morning, said it could be a couple of things, and started by cleaning the condensate filter. He called me down, and showed me the filter. There was a dead bee in the filter. He cleaned the filter, and the heater works perfectly. He debugged the water heater. Grace Hopper would be proud 🐝 #debugging #hardware #TanklessWaterHeater
We have a tankless water heater, have had for about 10 years. A great device. Last night my wife went to take a shower, water wasn't heating. Error code 110e on the heater. Looked it up, not very helpful. Called for service. The chap came this morning, said it could be a couple of things, and started by cleaning the condensate filter. He called me down, and showed me the filter. There was a dead bee in the filter. He cleaned the filter, and the heater works perfectly. He debugged the water heater. Grace Hopper would be proud 🐝 #debugging #hardware #TanklessWaterHeater
Qt, Linux and everything: Debugging Qt WebAssembly
http://qtandeverything.blogspot.com/2025/12/debugging-qt-webassembly-dwarf.html
Durin is a library for reading and writing the Dwarf debugging format
https://github.com/tmcgilchrist/durin
#HackerNews #Durin #Dwarf #Debugging #Library #Programming #OpenSource #GitHub
This is gold if you're using async Rust 💯
🌀 **channels-console** — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels.
📊 Watch messages, queue depth, throughput & memory usage live.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/pawurb/channels-console
#rustlang #ratatui #tui #async #concurrency #tokio #debugging
When Your Hash Becomes a String: Hunting Ruby's Million-to-One Memory Bug
https://mensfeld.pl/2025/11/ruby-ffi-gc-bug-hash-becomes-string/
#HackerNews #Ruby #Memory #Bug #Hashing #FFI #Programming #Debugging
Debugging BeagleBoard USB boot with a sniffer: fixing omap_loader on modern PCs
#HackerNews #Debugging #BeagleBoard #USB #omap_loader #sniffer #modernPCs
From 400 Mbps to 1.7 Gbps: A WiFi 7 Debugging Journey
https://blog.tymscar.com/posts/wifi7speedhunt/
#HackerNews #WiFi7 #Debugging #Journey #SpeedTest #Technology #Networking