aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_debug.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.debug -> mitmproxy.utils.debugAldo Cortesi2016-10-201-23/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* test & examples: zap sixAldo Cortesi2016-10-171-3/+3
|
* debug: Hard exit after debug signalAldo Cortesi2016-10-041-2/+2
|
* fix debug mode on WindowsMaximilian Hils2016-06-131-0/+4
|
* debug: On SIGUSR2, we dump tracebacks for all threads to screenAldo Cortesi2016-06-111-0/+6
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-0/+8
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* debug.sysinfo: tests and coverageAldo Cortesi2016-06-111-0/+6