File: README

package info (click to toggle)
debugpy 1.6.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,264 kB
  • sloc: python: 13,833; sh: 244; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
This directory will contain debugpy and pydevd log files from the test runs.

A separate directory will be created for every test. In that directory, a separate
subdirectory will be created for every debug.Session instance, containing debugpy logs
for the processes that it spawns, and pydevd log.

If the test has failed, an empty file called FAILED.log is additionally created in
the test log directory, to easily find all failed tests after a large run.