Programming Site Updates

Debugging Go Programs with QtCreator

Debugging Go is a pain. I am not sure why the designers of this language did not include a debugger in the toolchain. In any case, GDB can be used to debug this wonderful language and I discovered that QtCreator is an alright frontend. There a few steps needed to set this up: Configure gdb …

Continue Reading