Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 496 Bytes

debug_utils

set of common debug utils for debugging python programs

  • makes use of python's sys.settrace() lib
  • debugger.py: gdb type debugger for python programs
  • function_trace.py: record running time of function calls and function returns
  • line_coverage.py: trace the running time line coverage
  • code_trace.py: trace the running time code coverage
  • capture_replay.py: command capture and replay util for UI apps

example outputs:

  • code_coverage.txt, line_trace.txt, function_trace.txt