summaryrefslogtreecommitdiff
path: root/coverage/debug.py
Commit message (Expand)AuthorAgeFilesLines
* A little better debug loggingNed Batchelder2018-02-191-2/+3
* Don't use the aggressive singleton for normal debuggingNed Batchelder2017-03-231-1/+1
* Big refactor of debug loggingNed Batchelder2017-03-221-46/+115
* Clarify the aspectlib exampleNed Batchelder2017-01-101-2/+3
* Small improvements to the debug stuffNed Batchelder2017-01-021-7/+13
* More aspectlib improvementsNed Batchelder2017-01-021-4/+12
* Better debug log filename handling: COVERAGE_LOGNed Batchelder2017-01-011-7/+7
* Better logging file, combined with aspectlib supportNed Batchelder2017-01-011-31/+49
* Improved ad-hoc debug logger.Ned Batchelder2016-12-301-1/+12
* A better way to prevent call stacks during multi-line outputNed Batchelder2016-09-251-6/+18
* Change the debug=callers test to something that will be coverableNed Batchelder2016-09-241-1/+1
* Clean up and test the callers debugging infoNed Batchelder2016-09-241-4/+4
* Test short_stack, and give it a skip parameter for better output.Ned Batchelder2016-09-241-2/+5
* Derp: actually make config not write a call stack for each lineNed Batchelder2016-09-241-1/+1
* Don't print a call stack for each line in multi-line debug outputNed Batchelder2016-09-241-3/+9
* Built-in support for using aspectlib to debug execution.Ned Batchelder2016-08-061-0/+47
* Simplify debug.log by using an existing helperNed Batchelder2016-07-101-2/+1
* Add a helper function for debugging deep problemsNed Batchelder2016-07-101-0/+9
* Add some control over how many stack frames are shownNed Batchelder2016-01-181-5/+7
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+4
* Data dumps can be canonicalized for comparisonNed Batchelder2015-08-241-17/+0
* Added more debugging controls, especially for data operationsNed Batchelder2015-08-191-6/+9
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Test (and fix!) the secret data dumper.Ned Batchelder2015-07-231-0/+2
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-0/+15
* Move suffix logic into data.pyNed Batchelder2015-07-151-0/+3
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-0/+23
* Useful debugging help.Ned Batchelder2015-02-081-0/+5
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-1/+9
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-241-0/+1
* Use a set where a set is appropriateNed Batchelder2014-08-191-1/+1
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-0/+54