Performance is very slow. Capturing a stack trace at each method execution is the culprit. Need to investigate alternatives for getting suitable data for determining test depth.
Using JDWP as a debugger instead. Improves performance DRAMATICALLY. The Eclipse project pea-debugger contains the debugger, and pea-tester contains the test suite.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=312390
Originator: YES
Using JDWP as a debugger instead. Improves performance DRAMATICALLY. The Eclipse project pea-debugger contains the debugger, and pea-tester contains the test suite.