Using strace for debugging
Debugging is an important part of software engineering and every developer has a few debugging tools in his toolbelt. Usually, I use logs and a debugger and that’s enough for my everyday work. But lately, I had to work with an open source SIP client called baresip. Baresip is a...
[Read More]