-
Notifications
You must be signed in to change notification settings - Fork 408
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
Add --disable-optimizations flag to make debugging easier. #24
Conversation
Out of curiosity do you just ssh to the container and use gdb? |
I believe the strategy is to override the |
As @jonjohnsonjr mentioned, I am using |
Cool thanks for the context
…On Tue, Apr 9, 2019 at 19:58 Adam Harwayne ***@***.***> wrote:
As @jonjohnsonjr <https://github.com/jonjohnsonjr> mentioned, I am using
squash, in particular its VS Code plugin. I tried to document the steps I
needed to take to get everything working here
<https://github.com/Harwayne/squash/blob/f5c12109a300387d30555db3d8caa96d502471e3/editor/vscode/README.md#how-to-run-it>,
but they were notes meant for me more than anything else. And since then
I've merged PRs into squash, so the next release won't require building
it myself.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABIgq_Lh68qi2VJmV9v1ZdiZEykFoelks5vfSk9gaJpZM4clvHP>
.
|
@@ -0,0 +1,3 @@ | |||
# Ignore GoLand (IntelliJ) files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
I'd like to see this for better debugging options. Thanks @Harwayne |
Add --disable-optimizations flag to make debugging easier.
I used this, along with a different base image (
ubuntu:bionic-20190307
), so that I could interactively debug ako
built and applied container running in my Kubernetes cluster, usingsquash
and VS Code.