Nikolaus Rath <[email protected]> writes: > Is there a way to produce a stacktrace without using the interactive > debugger?
Yes, use the traceback module. -- https://mail.python.org/mailman/listinfo/python-list
Nikolaus Rath <[email protected]> writes: > Is there a way to produce a stacktrace without using the interactive > debugger?
Yes, use the traceback module. -- https://mail.python.org/mailman/listinfo/python-list