how to retrieve current ruby stacktrace

R

Ray Chen

My ruby program is stuck somewhere on some blocking call, but I don't
know where. Any way to probe it for a stack trace without sending it a
kill signal? What are some debugger tools for something like this?

Thanks
Ray
 
R

Robert Klemme

Ray Chen said:
My ruby program is stuck somewhere on some blocking call, but I don't
know where. Any way to probe it for a stack trace without sending it
a kill signal? What are some debugger tools for something like this?

How about "ruby -debug"?

robert
 

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,214
Messages
2,571,112
Members
47,704
Latest member
DavidSuita

Latest Threads

Top