Derek Parker

Results 68 comments of Derek Parker

IIUC Android just ends up running elf binaries anyways, this may be as simple as modifying verifyBinaryFormat to check for "android" in the switch checking `runtime.GOOS`.

@kcubeterm feel free to submit a PR with Delve working on Android. Due to the lack of CI for it, it will mostly always be "best effort" to support it.

Unfortunately this command is only available on linux/amd64.

Perhaps we keep this open until we've improved warnings on when flags won't actually be used? Might be worth to create a checklist in this issue to keep track (cc...

I’ll be honest, I’ve heard mostly horror stories of folks using bazel. Most of the benefit, I’d imagine, would come from using it to build very large complex projects. While...

@stabai thanks for your insight, I appreciate it. I think the approach you've gone down with the `go_test` rule seems to be the best path forward. Do you still think...

@schomatis you can absolutely submit a PR to provide this documentation, and I appreciate your interest in taking this on. I would definitely be available for any questions you have...

@schomatis I suppose it depends a bit on what piques your interest the most and what part of the internals you'd like to document. If you are doing this also...

> AFAIK setting breakpoints on a running process is impossible, the effect would still be that of halting, setting a breakpoint and resuming execution. That's correct. It would just be...

Is there an error or any odd output when you put a breakpoint in the plugin code?