summaryrefslogtreecommitdiff
path: root/coverage/debug.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: SimpleReprMixing wasn't simple, it was autoNed Batchelder2022-11-271-5/+5
* fix: when stashing the singleton to sys.modules, use an actual module object....Yilei "Dolee" Yang2022-06-111-2/+7
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-061-6/+7
* debug: add 'pybehave' debug informationNed Batchelder2022-02-061-2/+11
* refactor: this import was only needed for Python 2Ned Batchelder2021-10-081-4/+1
* COVERAGE_DEBUG_FILE accepts "stdout" and "stderr"Ned Batchelder2021-05-231-1/+3
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-18/+18
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-2/+3
* Improvements to debugging while chasing #915Ned Batchelder2020-01-111-10/+23
* Use a fixed width for info labelsNed Batchelder2019-12-291-1/+2
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-251-0/+1
* A little more metacovNed Batchelder2019-11-051-2/+2
* --debug=self now goes on a second line for better readabilityNed Batchelder2019-09-031-2/+2
* Log some indication of the script being executedNed Batchelder2019-09-021-1/+8
* cwd logging didn't have pid/tid info on itNed Batchelder2019-09-021-1/+1
* No need for format indexes (mostly)Ned Batchelder2019-09-011-4/+4
* Make callers debug output easier to use as editor launchesNed Batchelder2019-09-011-1/+1
* Pudb is a useful thing to have available when neededNed Batchelder2019-08-061-1/+1
* Context reporting improvements and testNed Batchelder2019-06-301-0/+18
* Clean some lintNed Batchelder2018-10-171-1/+2
* Allow later DebugOutputFile to replace earlier onesNed Batchelder2018-10-161-6/+12
* Fewer conditionals for debug outputNed Batchelder2018-10-131-0/+6
* Debugging improvementsNed Batchelder2018-10-131-4/+4
* Name decorator components to avoid docstring requirementNed Batchelder2018-09-091-4/+4
* SimpleReprMixin is a better nameNed Batchelder2018-09-091-2/+2
* Tidy upNed Batchelder2018-09-081-1/+0
* Remove aspectlib debuggingNed Batchelder2018-09-041-37/+0
* Fix the aggressive singleton that broke the test suite in 3c54d840Ned Batchelder2018-08-301-11/+18
* Create the debug file more centrallyNed Batchelder2018-08-271-6/+8
* Formalize some more debugging tools I've been keeping to the sideNed Batchelder2018-08-271-1/+73
* Remove an unused debugging thingNed Batchelder2018-08-141-3/+0
* Improved debuggingNed Batchelder2018-08-041-0/+17
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* 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