VS code attach to process
can you share way todo?
Convert back cstring to string
try use $myCString Run
How to pass a C array to a C function taking a pointer?
i think you can use ptr UncheckedArray[uint8] to create array: var array = cast[ptr UncheckedArray[uint8]](https://forum.nim-lang.org/alloc\(sizeof\(uint8\) * size\))
linking
you can define --forceBuild:off like this: nim c --forceBuild:off main.nim in my case with nimraylib_now this fixed issue