in reply to Re^2: Get the number of the current test when debugging a test script
in thread Get the number of the current test when debugging a test script
So why not add your own variable at the point at which you want to stop, in the test in which you want to stop, and have the debugger watch for that? Even that seems way overcomplicated.
Like jeffa, I get along faster just dumping to STDOUT; you can confess if you need a trace, and in spite of the OP subject line, you do know which test is failing and where, because of the harness output, right?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Get the number of the current test when debugging a test script
by Dumu (Monk) on Jul 01, 2015 at 09:47 UTC |