Remix.run Logo
cyberpunk 2 hours ago

Silly question but doesn’t macos ship with dtrace? So why not use dtruss?

agsnu an hour ago | parent | next [-]

Barely supported by Apple these days - in addition to needing to disable SIP which is a pain, it was broken causing system freezes for several major macOS releases.

pjmlp 17 minutes ago | parent | prev | next [-]

Another silly question, did everyone forgot about instruments?

youngtaff a minute ago | parent [-]

Isn't Instruments built on dtrace?

owyn 2 hours ago | parent | prev | next [-]

dtruss requires disabling SIP. This seems like a better option for basic "what just happened?" debugging.

saagarjha 2 hours ago | parent | prev [-]

You need to disable SIP to use DTrace