Feature request: add the ability to debug run no evil tests

It's great that you can now use the debugger in the new sdk, but unfortunately you can not use the "run no evil" option in the debug configuration, which means you're not able to use all the cool debug features (breakpoints, watches...) and you still have to reside to using System.println if you want to debug a unit test...