Skip to content

Latest commit

 

History

History

iOS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

pycharm 导入lldb库

  • lldb -P 命令获取包路径
  • PyCharm -> Preferences -> Project ->Python Interprefer -> show all -> show paths for the selected interprefer -> +
  • 这里点击+号后,会显示选择文件夹的弹窗,但无法定位到/usr/目录,可以现在finder里找到lldb的site-packages路径拖动到这个弹窗里即可
  • 点击OK即可添加了

参考