Xcode插件开发打断点
好多人说Xcode插件开发不能打断点,因为一旦Run了就安装了,其实是错误的.
可以通过设置
- 选择Xcode为可执行文件
Edit Scheme-Run-Info-Executable-Other-Xcode.app
- 关闭当前界面调试
取消 Edit Scheme-Run-Options-Enable user interface debugging
此时就可以正常打断点了
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true