I'd like to debug filebeat in goland to understand how it is working internally but I get the error message:
could not launch process: could not get .debug_frame section: could not find .debug_frame section
This is in fact a go error that won't be fixed until go 1.12 and is discussed here.
However: Is there a smart way to get around that go issue or is really impossible to debug for some time.