ajeet@perl has asked for the wisdom of the Perl Monks concerning the following question:
I am having problem with debugging in perl threads,say i have 5 threads, now what i want is that bind each thread to a separate tty/pty, so that output and progress of each thread can independently tracked.
I need this very much in case of debugging, where i have not any clue about different threads.
I tried some resources from net, but they does not seem to work.
Please help me out....Thanks in Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: tty for each perl threads
by BrowserUk (Patriarch) on Apr 05, 2010 at 20:10 UTC | |
|
Re: tty for each perl threads
by almut (Canon) on Apr 05, 2010 at 18:40 UTC | |
by sierpinski (Chaplain) on Apr 05, 2010 at 19:37 UTC | |
by ajeet@perl (Acolyte) on Apr 06, 2010 at 05:20 UTC |