Adding tests to and refactoring the perl debugger - Grant Report #2

Category: Grants

Comments (1)


I would like to see the ability to run module tests as if under perl -d. There are some differences between the debugger environment and the pure interpreter that can break things in the debugger.

Allowing test suites to run via test_harness using the developer would help catch those problems. It could also generate reports of edge cases and such that could help to make the debugger itself more robust.


Sign in to add comment