-
Notifications
You must be signed in to change notification settings - Fork 72
Use lldb-dap
instead of CodeLLDB
for debugging
#749
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
Comments
|
@adam-fowler with llvm/llvm-project#88482 (and the corresponding cherry-pick to the Swift branches), do you think we can make that the default (and have a fallback for the old name in older releases)? |
@JDevlieghere There is a change, not yet released that uses lldb-dap if the Swift version is 6 or above. |
@JDevlieghere v1.9 which has just been released uses |
If the Swift toolchain includes
lldb-dap
(which recent Swift development snapshots for 6.0 andmain
do), I think we should use that to debug an executable instead of relying onCodeLLDB
.The text was updated successfully, but these errors were encountered: