-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create a spin lldb
similar to spin gdb
.
#125
Comments
I can't test this on my machine, but I'd be happy to review. |
Actually, lldb is available on Linux. |
stefanv
added a commit
to stefanv/spin
that referenced
this issue
Nov 8, 2023
LLDB is the default debugger in Xcode on macOS, but also runs on Linux and Windows. See https://lldb.llvm.org/ Closes scientific-python#125
jarrodmillman
pushed a commit
that referenced
this issue
Nov 9, 2023
LLDB is the default debugger in Xcode on macOS, but also runs on Linux and Windows. See https://lldb.llvm.org/ Closes #125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
gdb
on a mac is an exercise in pain because of SIP and code signing. People will have a much easier time usinglldb
so if possible we should create a newspin
subcommand for it.The text was updated successfully, but these errors were encountered: