-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Document how to debug lazygit #1697
Comments
This helped: golang/vscode-go#124 (comment) |
You can also pass a |
I've reopened and changed the title to be about documenting this process |
Okay. For future readers who prefers VSCode I might add that this is the launch configuration that made me able to debug lazygit while viewing the UI in VSCode.
(Note that as I am writing this, |
Updated the documentation in https://github.com/jesseduffield/lazygit/tree-save/master/CONTRIBUTING.md. I'll close this issue |
Topic
(Title)
Your thoughts
Sorry if this is really obvious and/or well documented. But how to debug this project while actually seeing the UI is totally lost on me. I am using VSCode with the Go extension. I can run a debug session and any output (with
fmt.Println
) is written to the "debug console". But I am not seeing the lazygit UI anywhere. But if I rungo run main.go
in the terminal (either VSCode's internal or in different terminal) then I can see the UI but there is no debugging available.How do you guys debug this project while running its UI?
The text was updated successfully, but these errors were encountered: