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

Create a spin lldb similar to spin gdb. #125

Closed
ngoldbaum opened this issue Sep 29, 2023 · 2 comments · Fixed by #137
Closed

Create a spin lldb similar to spin gdb. #125

ngoldbaum opened this issue Sep 29, 2023 · 2 comments · Fixed by #137

Comments

@ngoldbaum
Copy link
Contributor

Using gdb on a mac is an exercise in pain because of SIP and code signing. People will have a much easier time using lldb so if possible we should create a new spin subcommand for it.

@stefanv
Copy link
Member

stefanv commented Nov 2, 2023

I can't test this on my machine, but I'd be happy to review.
Do you think we should make a generic debug command, or a specialized one for lldb?

@stefanv
Copy link
Member

stefanv commented Nov 8, 2023

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants