1.显示隐藏文件夹
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
2.断点调试
设置断点
目标行运行后在控制台输入 po 加 要打印的对象
然后回车
时间: 2024-10-25 13:58:55
1.显示隐藏文件夹
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
2.断点调试
设置断点
目标行运行后在控制台输入 po 加 要打印的对象
然后回车