Skip to content

Improved Path Detection #21

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

Open
ubadineke opened this issue Apr 22, 2025 · 0 comments
Open

Improved Path Detection #21

ubadineke opened this issue Apr 22, 2025 · 0 comments

Comments

@ubadineke
Copy link

Solana LLDB path detection can be enhanced by incorporating additional fallback methods in case solana-lldb is not found at the default ./local/share/solana location. Alternative detection strategies include:

System PATH Detection – Check if solana-lldb is already available in the system's environment PATH.

Cache-Based Path Detection – Attempt to locate solana-lldb at ./cache/solana/[PLATFORM-TOOLS-VERSION]/platform-tools/llvm/bin/solana-lldb, which is typically present after running cargo build-sbf at least once within the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant