-
Notifications
You must be signed in to change notification settings - Fork 21
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
does not work on windows #12
Comments
The panel should be visible after installing it... maybe something went wrong. |
But it seems to be a nice feature to show the panel whenever you start delve (using |
It shows go-debug has not started and it exited:
I |
go-debug depends on two things in the beginning:
once both are done the panel should start. So either the dependencies failed (which should log something into the console) or |
Thanks. The two passes and I found the below debug alert has not been triggered.
I need to investigate it more but I am not familiar with node.js. I can't found any logs in logs (I can't find any log file except SquirrelSetup.log) |
I don't write any log files. Open the developer tools in atom ( |
Yes, Thanks. The log is:
and
|
see #8 |
Thanks a lot. The reason is same to #3. Disable hyperclick and go-debug works well.
|
My environment:
It shows go-debug has been installed in setting page but go-debug has not displayed in Pakcages menu.
And when I opened a main.go file, and press F5, there is no any debug panels.
The text was updated successfully, but these errors were encountered: