Hexo

Home Archives
2023-12-04

Xcode使用技巧

使用相关

代码折叠

debug相关

条件断点

打断点,右键 edit breakpoint

查看内存块内数据

x/256dh m_bgcFactorTable

其他常用指令

p po expr

leaks 工具

首先要给工程签名

之后打开

time profiler

https://www.jianshu.com/p/98a776e54bbe

Xcode调试技巧总结 - 掘金

【开发工具】XCode调试时查看内存中的数据_xcode查看内存-CSDN博客

https://juejin.cn/post/6913888065937211399

Share
  • Xcode
Newer
git merge vs rebase
Older
intptr VS int32 or int64

Tags

  • AIGC
  • C++
  • CMake
  • Hydra
  • Markdow
  • Retinex
  • Xcode
  • YUV
  • algo
  • c++
  • ffmpeg
  • git
  • mac
  • python
  • shell
  • software_install
  • 优化
  • 汇编
  • 测试

Tag Cloud

AIGC C++ CMake Hydra Markdow Retinex Xcode YUV algo c++ ffmpeg git mac python shell software_install 优化 汇编 测试

Archives

  • June 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • May 2023
  • April 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022

Recent Posts

  • YUV full vs limited 601 vs 709
  • git merge vs rebase
  • Xcode使用技巧
  • intptr VS int32 or int64
  • CMake 简单用法
© 2025 John Doe
Powered by Hexo
Home Archives