Debugger doesn't stop at breakpoints
Scala Plugin Team,
In the current (0.2.23858) and previous version of the Scala plugin for IntelliJ, the debugger hasn't been stopping at the breakpoints I set. I'm using Intellij 8.1 (9728) on Vista. Any one else having this problem, or any ideas about how to resolve it?
Thanks,
Sam Reid
请先登录再写评论。
I guess it's problem for anonymous classes? If yes, it's known problem, if no, then please give us little example.
Now, for debugging anonymous classes you can use external methods for code body (it's not handy, but I used this hint once or twice, and it's work).
But of course we'll fix it.
Best regards,
Alexander Podkhalyuzin.
The problem was indeed in an inner class; thanks for pointing out that this is a known issue. I'll use workarounds like you suggested until the problem is resolved. Thanks for your help, and keep up the good work.
Sam Reid