Debuging Python w/ multiple threads

kevinj kj_miles at yahoo.com
Sun Mar 23 11:50:18 EST 2003


I'm attempting to trigger breakpoints set in code that is called from
spawned threads using thread.start_new(func,())

My main calls the thread.start_new(func,()) and i want to be able to
investigate what is going on in the code that is actuated by the
func() being called.

I'm using Komodo Pro 2.3.0 ide.




More information about the Python-list mailing list