Re: Debugging of a long running process under Windows

2008-08-21 Thread Propad
Hello, thank you very much everybody. I gave up hope for an answer a long time ago :-). I'll take a look at the proposed solutions and give you a note. Cheers, Propad On Aug 21, 12:02 pm, [EMAIL PROTECTED] (R. Bernstein) wrote: > Tim Golden <[EMAIL PROTECTED]> writes: > > R. Bernstein wrote: >

Re: Debugging of a long running process under Windows

2008-08-21 Thread R. Bernstein
Tim Golden <[EMAIL PROTECTED]> writes: > R. Bernstein wrote: >> I don't know how well Microsoft Windows allows for sending a process a >> signal in Python, but if the Python signal module works reasonably >> well on Microsoft Windows, then reread >> http://bashdb.sourceforge.net/pydb/pydb/lib/node

Re: Debugging of a long running process under Windows

2008-08-21 Thread Tim Golden
R. Bernstein wrote: I don't know how well Microsoft Windows allows for sending a process a signal in Python, but if the Python signal module works reasonably well on Microsoft Windows, then reread http://bashdb.sourceforge.net/pydb/pydb/lib/node38.html The answer is: not terribly well. (Or, rat

Re: Debugging of a long running process under Windows

2008-08-20 Thread R. Bernstein
I don't know how well Microsoft Windows allows for sending a process a signal in Python, but if the Python signal module works reasonably well on Microsoft Windows, then reread http://bashdb.sourceforge.net/pydb/pydb/lib/node38.html Should you not want to use or can't use pydb, or want to do this

Debugging of a long running process under Windows

2008-07-31 Thread Propad
Hello, I know this issue pops up once in a while, but I haven't found a good answer to it. I need to debug a long running application under windows. The application is a combined java/python framework for testing ECUs in the automotive industry. Basically, the Java GUI (Eclipse-based) starts test-c