Posts Tagged debugging
- Remote debugging with lldb-server- Friday, 16 Apr 2021 - This week, I have the unbridled displeasure of debugging a C++ project. Given that I’ve never written any C++, you can imagine this fills me with a generalised existential dread. I consider picking up… 
- Adventures with Elixir HTTP clients- Tuesday, 13 Apr 2021 - Over the last few days, I have delved into what should have been a trivial task: Retrieve a single json doc, via HTTP, from a host that might only be accessible over IPv6, without that information bei…