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

Add LLDB (debug) command #137

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

stefanv
Copy link
Member

@stefanv stefanv commented 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 #125

/cc @ngoldbaum

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
@ngoldbaum
Copy link
Contributor

Ping @mtsokol who has a debugger working with numpy on a mac and can test this on MacOS.

@jarrodmillman jarrodmillman added the type: Enhancement New feature or request label Nov 8, 2023
@mtsokol
Copy link

mtsokol commented Nov 9, 2023

I've just run spin lldb with locally built spin and it worked same as with lldb directly.

@stefanv
Copy link
Member Author

stefanv commented Nov 9, 2023

Thanks for the feedback @mtsokol. Does the spin command help simplify your workflow?

@mtsokol
Copy link

mtsokol commented Nov 9, 2023

Yes, I think it's more consistent now to use commands spin test, spin ipython and spin lldb for me.

@jarrodmillman jarrodmillman merged commit 25c6117 into scientific-python:main Nov 9, 2023
17 of 18 checks passed
@jarrodmillman jarrodmillman added this to the 0.8 milestone Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a spin lldb similar to spin gdb.
4 participants