-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #198
Comments
Also need this |
Is there any work being done on this? With support for delve recently pulled into IntelliJ plugin this suddenly became a very interesting issue. |
Not that I am aware of, at the moment. If somebody would be willing to take on this endeavor that would be great,
|
+1 |
8 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
I'm well aware this doesn't help but... +1 |
Crowd of typical Windows users :D |
G+1 |
+1 |
+5 (... & some friends) |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1024 |
+1 |
+4096 |
+1 |
+ |
+1 |
Although I use Linux at home, I have no choice at work. So +1 |
👍 |
Is there a writeup on the steps to build this? I switched to the Windows branch and tried to build as per readme, but got:
|
Or, if building on Windows is still not doable, does the CI box produce usable artifacts for this? I didn't see any at a glance. |
You Should look at the wip windows pull request. |
I did, but how does that help? I tried what @joelday and@kolkov mentioned they did and still get output similar to the above. |
It's 4am for me. I'm sure if you write your exact issue someone will help you. #276 should have enough info to setup a build. Just make sure lukehoban's windows branch is in the correct folder and not the master branch. Since the above errors I saw when I did not use the windows build. |
@asampal @asampaleanu I do not use vendor and GO15VENDOREXPERIMENT=1. |
@kolkov, I am using the Windows branch on @lukehoban's repo, but as you'll note above, the complaint comes from @derekparker's source. Thanks for the pre-built binary you provided in the Google group. I'd still like to be able to build this myself, though. @zanven42 all I'm doing is cloning @lukehoban's repo, switching to the Windows branch, and following the build steps there for Linux, but using Bash under MSYS2/MingW-w64. I had to manually |
@asampal The errors you are seeing suggest that you haven't correctly checked out the |
@lukehoban does this look OK?
|
Put lukehobans files in Derek's folder and replace them. You are still building master and not the windows build. |
Windows support is now available in master. ⚡ I've updated the wiki with build instructions for Windows: https://github.com/derekparker/delve/wiki/Building#windows. There are a handful of known issues and not yet implemented features - which are being tracked in https://github.com/derekparker/delve/issues/363. But generally speaking, the majority of Delve's functionality should be working on Windows. Going forward, if you see issues uniquely on Windows, feel free to mention me in issue reports and I can help take a look. |
I have a problem with delve on WebStorm 11.0.3, breakpoint in HelloController it don't work.
If I set breakpoint in HelloController it don't work. Breakpoint in HelloController work on Visual Studio Code. |
@hatuan what version of plugin you are using? |
@kolkov I have used both Go-0.10.SNAPSHOT.zip (http://kolkov.ru/share/dlv/dalve.rar) and update 0.10.607 |
go-lang-plugin-org/go-lang-idea-plugin#1922 (comment)
|
Add support for Windows.
The text was updated successfully, but these errors were encountered: