Deepak

Results 2 issues of Deepak

check the following example `#!/usr/bin/python import thread import time def print_time( threadName, delay): count = 0 while count < 5: time.sleep(delay) count += 1 print "%s: %s" % ( threadName,...

While getting local variable list in qdb-client error is thrown in the tracer program as ``` Traceback (most recent call last): File "qdb_test.py", line 24, in main() File "qdb_test.py", line...

bug