AlexandrSalin / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Can't debug; version mismatch? #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Probably similar issue. Similar setup (WIN64 LiteIde x19). I'm running go web 
server. When I hit F5 it starts debugging in main. After I hit continue it 
wouldn't stop at any break point.

Original comment by shkaru...@gmail.com on 28 Jul 2013 at 5:07