- 授权协议: BSD
- 开发语言: C/C++ Python
- 操作系统: OS X
- 软件首页: https://github.com/blankwall/MacDBG
- 软件文档: https://github.com/blankwall/MacDBG/blob/master/readme.md
- 官方下载: https://github.com/blankwall/MacDBG/archive/master.zip
软件介绍
MacDBG 是一款OS X 平台简单易用的调试框架,主要用Cpython开发,核心采用C语言,更高层次的功能是由Python实现,如堆栈跟踪,dissasembly、观察点、线的状态,等等。
使用:
cd Python/examples 并且在另一个终端中打开
运行 sudo ./basic_example.py
断点调试
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!
