i tried scalatest and it worked. hoewever, i cannot place break point inside the test class which makes debugging really tricky. is this a plugin problem?
This is plugin problem. And we've just started work for improving debugger. I think this issue will be fixed. Now I can only suggest you workaround. You can use some fake method with one line outside of test class. Here you can place breakpoint. Then after step out of this method you will be in your scalatest class.
This is plugin problem. And we've just started work for improving debugger. I think this issue will be fixed.
Now I can only suggest you workaround. You can use some fake method with one line outside of test class. Here you can place breakpoint. Then after step out of this method you will be in your scalatest class.
Best regards,
Alexander Podkhalyuzin.
works
any improvements on the debugger?
Still not. You'll see changes, when it comes. I hope it will be soon (1-2 months for all debugger improvements, which we want to do now).
Best regards,
Alexander Podkhalyuzin.