▲ | forrestthewoods 4 days ago | |
:eyeroll: I use logs and printf. But printf is a tool of last resort, not first. Debugging consideration #1 is “attach debugger”. I think the root issue is that most people on HN are Linux bash jockeys and Linux doesn’t have a good debugger. GDB/LLDB CLI are poop. Hopefully RadDebugger is good someday. RadDbg and Superluminal would go a long long way to improving the poor Linux dev environment. |