Jonathan Lilliemarck

Results 3 comments of Jonathan Lilliemarck

I guess an example with Cgo is better because it doesn't need the binding libraries. Just install the raylib dev package `dnf install raylib-devel`. ```Go package main import ( "runtime"...

Thanks, it works! I figured it was something with downloading debug symbols but forgot mention it. When writing C or C++ it also takes time but only once.

How come there is no noticeable delay when debugging C with gdb?