Install chisel and chisel
Github address
Install homeBrew first
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"During this period, you may need to enter the password. Press enter and enter the password.
The following prompt is complete:
Install chiesl
brew install chisel
Add a command line as prompted
Command script import/usr/local/opt/chisel/libexec/fblldb. py
WTF? No permission? Try to upgrade the permission for Installation
Sudo brew install chisel
An error is reported and execution is rejected.
Try
Command script import/usr/local/Cellar/chisel/1.4.0/libexec/fblldb. py> ~ /. Lldbinit
1.4.0 is the chisel version.
OK
Reference
Chisel Installation
Enhance lldb ui debugging capability through Chisel
Chisel-LLDB command plug-in to make debugging more Easylldb debugging enhancement plug-in Chisel installation tutorial