Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 441 Bytes

pycharm 导入lldb库

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

参考