bsd-debug.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Oct 2017 12:48:07 +0300 (2017-10-09)
changeset 2191 4f3fe2b5a26a
parent 2029 21e113312e90
permissions -rw-r--r--
Allow wider text.
.. -*- coding: utf-8; -*-

=====================
 Debugging under BSD
=====================
.. contents::
   :local:

dtrace
======

http://en.wikipedia.org/wiki/Dtrace
  Wikipedia page.

Truss
=====

``truss`` is like ``strace`` on Linux.

http://en.wikipedia.org/wiki/Truss_%28Unix%29
  Wikipedia page.