1

How do I install strace debugging tool on DragonFly BSD os? I have just starting hacking dragonfly os. I was wondering how do I install strace debugging tool on OS.

cnst
  • 25,870
  • 6
  • 90
  • 122
ymoharaza
  • 11
  • 4

1 Answers1

3

strace is not available on DragonFly BSD. However, you may use ktrace(1)/kdump(1) or truss(1) instead which are part of the tools in base.

Rolinh
  • 1,269
  • 1
  • 11
  • 8