Alessandro Arzilli
Alessandro Arzilli
@jtanx `frame 7 command` to execute "command" on frame 7. Change goroutine with `goroutine 5`. Or use a GUI and click around.
I've looked into supporting macOS core fie but I can't find any way to retrieve the thread_handle of every thread, which we need to associate threads with goroutines.
@dlsniper yes.
I'd like to see output of `--log --log-output=rpc`. I'm guessing you are setting all breakpoints before starting the program, the ones on plugins fail (because the plugins aren't loaded when...
Yes. IIRC there's an option to get those logs from GoLand, I think maybe somewhere under the help menu?
[Plugin debugging doesn't work on macOS](https://github.com/go-delve/delve/issues/1628)
Yes but there is no existing code for either: (a) deferring a breakpoint creation, (b) catching a plugin load as soon as it happens
It would probably have to be something like this: * figure out where to put a breakpoint so that it gets hit after a plugin has been loaded (it needs...
I believe if you bypass config.SplitQuotedFields completely and users write this: ``` buildFlags: [ "-ldflags='-X main.V=Hello'" ], ``` they will have the same problem.
I wonder if it's better to just add double-quote handling to SplitQuotedFields