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

chisel only works fine once #102

Closed
adad184 opened this issue Jul 14, 2015 · 6 comments
Closed

chisel only works fine once #102

adad184 opened this issue Jul 14, 2015 · 6 comments

Comments

@adad184
Copy link

adad184 commented Jul 14, 2015

I installed chisel correctly, and it work fine when i debug first time.
but when i run debugging again, chisel can not be loaded. So i have to restart the xcode to make it works again.

please tell me how to fix this?

the scripts works like this

//first time
(lldb) visualize someview

//second time
(lldb) visualize someview
error: 'visualize' is not a valid command.
@dostrander
Copy link

@adad184 When you mean "debug first time" do you mean when you first start your debugging session it only works one time (ex: one breakpoint it works, the next it doesn't). Or it only works for one debugging session(the next time you push run it doesn't work) ?

@adad184
Copy link
Author

adad184 commented Jul 28, 2015

it works only for one debugging session. When i rerun the debugging session, it's failed.

@idrisr
Copy link
Contributor

idrisr commented Oct 12, 2015

@adad184 are you still having this issue? Can you run command script list when visualize is no longer working? Also please post the contents of your ~/.lldbinit.

@adad184
Copy link
Author

adad184 commented Oct 12, 2015

it seems the issue was gone after i upgrade my Xcode to release version. ( now is Version 7.0.1 (7A1001))

my ~/.lldbinit content is

command script import "~/Library/Application Support/Realm/rlm_lldb.py" --allow-reload
command script import /usr/local/opt/chisel/libexec/fblldb.py

@idrisr
Copy link
Contributor

idrisr commented Oct 12, 2015

@adad184 cool. looks like this issue can be closed.

@adad184
Copy link
Author

adad184 commented Oct 12, 2015

sure :)

@adad184 adad184 closed this as completed Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants