ppradeepk/golangide

Can't debug; version mismatch?

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Try to run debugger on build with win64 config

What is the expected output? What do you see instead?
Get this error first in debug console:
"not in executable format: File truncated"
Afterward fails to attach.  It just says program is not running.

What version of the product are you using? On what operating system?
x17, Windows 8 x64, Go 1.0.3 x64

Please provide any additional information below.

My config (I changed LITEIDE-MAKE to 64, didn't matter):

# native compiler windows amd64

GOROOT=c:\dropbox\programs\go
GOBIN=
GOARCH=amd64
GOOS=windows
CGO_ENABLED=1

PATH=%GOBIN%;%GOROOT%\bin;%PATH%

LITEIDE_GDB=gdb64
LITEIDE_MAKE=mingw64-make
LITEIDE_TERM=%COMSPEC%
LITEIDE_TERMARGS=
LITEIDE_EXEC=%COMSPEC%
LITEIDE_EXECOPT=/C

Original issue reported on code.google.com by je...@krizik.com on 5 May 2013 at 5:03