Tagged Questions
1
vote
2answers
323 views
Why does my Perl unit test fail in EPIC but work in the debugger?
Has anyone ever experienced a unit test that fails and when they tried to debug it to find out where the failure was occurring, the unit test succeeds when running the code in the debugger?
I'm ...