-
Notifications
You must be signed in to change notification settings - Fork 803
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
wivar not work #106
Comments
I missed this issue, sorry about that! I'll look into this. |
I can confirm this bug. Here is a simple app to quickly reproduce the issue: https://github.com/idrisr/wivarBug. Also I added a watchpoint to that ivar using the Xcode GUI tools and using |
I've submited this pull request to fix this issue: #117 |
Fixed by #117 |
In my ViewController, I have
And in LLDB
wivar self _number
I change that number, but the program does not pause. Use Xcode Debugger -> Right click on variable -> Watch works
The text was updated successfully, but these errors were encountered: