Skip to content

How to debug meson-python? #425

Answered by rgommers
bruchar1 asked this question in Q&A
Jun 16, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @bruchar1, that is indeed the only way to use it. The key thing to use a local install for debugging is to install meson-python into your active Python environment and then using that version of meson-python with your own package's build by disabling build isolation (e.g. pip install -e . --no-build-isolation or python -m build -wnx).

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rgommers
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dnicolodi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants