mailgun / godebug

DEPRECATED! https://github.com/derekparker/delve
Apache License 2.0
2.5k stars 107 forks source link

Does it work on Windows? #70

Open vornet opened 9 years ago

vornet commented 9 years ago

I keep getting this following error on Windows 7:

$>godebug run main.go fork/exec C:\Users\vmom\AppData\Local\Temp\godebug620220755\godebug.a.out: %1 is not a valid Win32 application.

voutasaurus commented 9 years ago

godebug test appears to be working for me (I'm on Windows 10)

ObjectIsAdvantag commented 8 years ago

works for me on windows 7, 64 bits

jordanbtucker commented 8 years ago

I'm getting this same error on Windows 10. I'm not sure what information you need to help figure out this issue.

jordanbtucker commented 8 years ago

I just figured it out. I was trying to run godebug against a library instead of an executable.