Hi,

I need to have a Go application wrapped in a DLL with a thin C layer so 
that I can load the .dll (I'm on Windows) from a C/C++ application. What 
are my options for debugging the Go code?

When I load my app from gdb, it seems the Go code is a black box, and dlv 
does not seem to be able to attach properly to the process that is running 
app + go dll.

Am I missing something? Any suggestions?

-- alain.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to