Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 408 Bytes

sdb

The Slick/Simple Debugger

Installation

Ensure you have the following dependencies:

  • Python 3.6 or newer
  • drgn

Then run:

$ git clone https://github.com/delphix/sdb.git
$ cd sdb
$ sudo python3 setup.py install

The above should install sdb under /usr/local/bin/.