Skip to content

Instantly share code, notes, and snippets.

@summivox
Created May 24, 2013 01:00
Show Gist options
  • Select an option

  • Save summivox/5640649 to your computer and use it in GitHub Desktop.

Select an option

Save summivox/5640649 to your computer and use it in GitHub Desktop.
go1.1 windows binary workaround: gdb can't find go runtime sources due to wrong GOROOT
@DeyV
Copy link
Copy Markdown

DeyV commented Aug 30, 2013

You can add to this file:

echo add-auto-load-safe-path %~FAKE_GOROOT% > %HOME%.gdbinit

to allow GDB load all files from this directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment