Skip to content

Commit

Permalink
Merge pull request #25232 from seberg/spin-enable-lldb
Browse files Browse the repository at this point in the history
DEV: Enable the `spin lldb`
  • Loading branch information
seberg committed Nov 28, 2023
2 parents 7a9ab61 + 22f6548 commit 05bce56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
meson-python>=0.13.1
Cython>=3.0
ninja
spin==0.7
spin==0.8
build
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ cli = 'vendored-meson/meson/meson.py'
]
"Environments" = [
"spin.cmds.meson.run", ".spin/cmds.py:ipython",
".spin/cmds.py:python", "spin.cmds.meson.gdb"
".spin/cmds.py:python", "spin.cmds.meson.gdb",
"spin.cmds.meson.lldb"
]
"Documentation" = [
".spin/cmds.py:docs",
Expand Down

0 comments on commit 05bce56

Please sign in to comment.