You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: