←back to thread

167 points jgrahamc | 3 comments | | HN request time: 0s | source
Show context
pjc50 ◴[] No.43556448[source]
Plus points for using strace. It's one of those debugging tools everyone know about for emergencies that can't be solved at a higher level, and a great convenience of using Linux. The Windows ETW system is much harder to use, and I'm not sure if it's even possible at all under OSX security.
replies(4): >>43556850 #>>43556932 #>>43556945 #>>43560887 #
dontlaugh ◴[] No.43556932[source]
macOS’s Solaris-inspired dtrace is actually nicer, especially the UI.
replies(1): >>43558195 #
1. pjc50 ◴[] No.43558195[source]
Is there a guide for how to use this, including the UI, with SIP on?
replies(1): >>43559522 #
2. jntun ◴[] No.43559522[source]
Instruments is implemented under-the-hood with dtrace, that could be what they are referring to.
replies(1): >>43559721 #
3. dontlaugh ◴[] No.43559721[source]
Yes. Most things run well with Instruments attached. I’ve only used the dtrace cli a few times.