OS X 平台调试框架 MacDBG

码农软件 · 软件分类 · 程序调试工具 · 2019-11-30 08:42:41

软件介绍

MacDBG 是一款OS X 平台简单易用的调试框架,主要用Cpython开发,核心采用C语言,更高层次的功能是由Python实现,如堆栈跟踪,dissasembly、观察点、线的状态,等等。

使用:

  1. cd Python/examples 并且在另一个终端中打开

  2. 运行 sudo ./basic_example.py

  3. 断点调试

本文地址:https://codercto.com/soft/d/20103.html

Practical Algorithms for Programmers

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码