Skip to content
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

support debug golang for windows #1746

Open
franklucky001 opened this issue Oct 14, 2021 · 1 comment
Open

support debug golang for windows #1746

franklucky001 opened this issue Oct 14, 2021 · 1 comment

Comments

@franklucky001
Copy link

franklucky001 commented Oct 14, 2021

when i run script xmake run -d, then xmake open project by visual studio ide, how to debug in goland ide?

@waruqi
Copy link
Member

waruqi commented Oct 14, 2021

It does not goland ide yet.

You can try to add a goland debugger script in https://github.com/xmake-io/xmake/blob/master/xmake/modules/devel/debugger/run.lua

then switch to this debugger.

xmake f --debugger=goland
xmake run -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants