scalatest not debuggable

hi there,

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?

0
4 comments

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.

0

any improvements on the debugger?

0

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.

0

Please sign in to leave a comment.