We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spin lldb -- python -mspin test
I think this used to work, but I suspect that python -mspin test now runs in a new process so that the debugger/lldb doesn't attach to you.
python -mspin test
I am not sure that this can be changed easily, FWIW, python lldb -c ..., etc. all work fine (I just like to run a test that fails if it does).
python lldb -c ...
EDIT: This is not new in 0.13, if it changed (I think it did), it changed a while ago.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this used to work, but I suspect that
python -mspin test
now runs in a new process so that the debugger/lldb doesn't attach to you.I am not sure that this can be changed easily, FWIW,
python lldb -c ...
, etc. all work fine (I just like to run a test that fails if it does).EDIT: This is not new in 0.13, if it changed (I think it did), it changed a while ago.
The text was updated successfully, but these errors were encountered: