debugging - IntelliJ IDEA debug jumps inside instead of going over -


i use last stable sbt scala 2.10 , last scala plugin in intellij idea 12.x. , have simple test scala project.

i have specs2 test want start debug from. having several breakpoints, i'm expecting going on lines, (from 1 break point - in test , in code), instead: debbuger going somewhere inside library classes, stops there, showing me strange sources.

that's reproducible time, , have click 2, 3, 5 times on next-arrow-button (on debug panel) reach next break point (in test or in code).

i run test sbt 'test-compile' action, intellij pop-up suggests.

aldo found this debug settings scala ("do not step specific scala classes"). have check-box selected.

i've post issue in intellij idea site.

intellij 15 has support adding breakpoints inside lambdas. see this blog post details.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -