Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger can only attach to a process with executable coda-libp2p_helper. #30

Open
akoptelov opened this issue Feb 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@akoptelov
Copy link
Contributor

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.

@akoptelov akoptelov added the bug Something isn't working label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant