Hi!
If anybody wants to test debugging on windows.
This archive contains last Intellij IDEA (PhpStorm, WebStorm, etc.) Golang plugin and last dalve from Luck Hoban windows branche.
Tested on Windows 8.1 64bit and IDEA 15.0.2
http://kolkov.ru/share/dlv/dalve.rar
How to use:
Unpack to local disk folder like c:\dalve
Open IDEA.File.Settings.Plugins;
Then click on [Install plugin from disk...] button;
Browse for plugin file and click Ok. Restart IDEA.
Then edit file:(in my case) located at: C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0.2\bin:
add new line with code like below:
dlv.path=c:/dalve/dlv.exe
It's path to your dlv.exe file
(I put it into %GOPATH%/bin)
Then select run/debug confuguration and add Go Aplication;
Setup and click Ok!
Congratulation!
Now Debugging is enabled!
(May be you need to restart IDEA again.)
Supported IDEs
Pre-release builds can be installed on IntelliJ platform versions 141.1532 – 141.9999 and 143.380 – 143.9999:
- IntelliJ IDEA 14.1.4 or 15 (Ultimate or Community)
- WebStorm 10.0.4 or 11
- PhpStorm 9.0 or 10
- PyCharm 4.5.2+ or 5
- RubyMine 7.1.3+ or 8
- CLion 1.0.3+ or 1.2
- Android Studio 1.2.1+