Debugging Play2 Scala based tests in IntelliJ
Greetings all,
I am a newbie to Scala and am trying to debug some controller tests using IntelliJ12 Ultimate.
I can get the tests to run fine but can't seem to get the debugger to his a breakpoint that I have set in the controller.
Can anyone help out?
Thanks,
Mike
请先登录再写评论。
Hi Mike,
I think that might help you: http://www.playframework.org/documentation/2.0/IDE
Best,
Fedot
Perfect...thank you.