| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

lldb在OS X上的一个前端:Xspray

lldb在OS X上的一个前端,支持 Mac 和 iOS。

特性:

  • 加载一个iOS和MacOSX的应用程序
  • get infos from the iOS devices plugged on the computer
  • see the list of compiles units
  • pause/ step over / step in / step out / continue
  • load C/ObjC/C++ source and display it with syntax colouring (thanks to libclang…).
  • add/remove breakpoints from the source code by clicking in the gutter
  • list the module dependencies (dylibs, frameworks, etc) and object files.
  • launch the program on the Mac or iOS device (will as for permission, etc).
  • stop on breakpoints
  • inspect variables
  • display a crude plot when you select a variable that contains a std::list, std::vector or array of simple types (signed and unsigned integers of 8, 16, and 32 bits, floats, doubles)
  • probably more things that I have forgotten
  • written in C++, mostly portable to linux and windows thanks to NUI (could be done in a couple of weeks I guess).
  • the code is still very messy, particularly on the iOS side.

Xspray

项目主页:http://www.open-open.com/lib/view/home/1415175763340

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1415175763340.html
Xspray Objective-C开发