----- Original Message ----- From: "Shackelford, John-Mason" <[EMAIL PROTECTED]>
> I am currently running my unit tests via the run-single-test target. I am > having trouble tracking down a problem and thought that perhaps I could use > remote debugging the way I would for debugging serverside Java code. Is this > possible? I rarely feel the need to go til the point. Though you can do it easily either by forking the unit tests and set the appropriates options on the vm either by not forking them and use ANT_OPTS What's wrong in executing the testcase directly from your debugger ? Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
