Skip to content

karthikts-github/python-debug-utils-cs259

Repository files navigation

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

About

set of common debug utils for debugging python programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages