[ANN] strace_me 1.0 Released

E

Eric Wong

Eric Hodel said:
http://seattlerb.rubyforge.org/strace_me

A wrapper around strace(1) that allows you to perform targetted tracing of a
block. strace_me allows you to track down problems without wading through
gobs of ruby startup or other irrelevant noise.

Other than debugging, this could be a great tool for people to learn
Unix systems programming with.

My learning process has always been somewhat odd, but it is usually some
variant of:

1. strace programs I find interesting
2. read manpages for syscalls I don't recognize in strace output
3. read source code for whatever I straced

Over time I do 2) less and less since the list of syscalls is
fairly small.

Maybe this technique for learning will work for someone else, too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,151
Messages
2,570,854
Members
47,394
Latest member
Olekdev

Latest Threads

Top