Debugger can only attach to a process with executable coda-libp2p_helper
.
#30
Labels
bug
Something isn't working
coda-libp2p_helper
.
#30
Currently debugger checks the sub-process' executable against
coda-libp2p_helper
name to detect libp2p helper. This makes impossible to use debugger with Mina when the helper is named differently, or specified with the whole path (like in local build).One of the ways how to handle this is to check the executable name in the user space.
The text was updated successfully, but these errors were encountered: