barroco
barroco

Reputation: 3108

IntelliJ IDEA 9 and Scala 2.8

I have a problem with IntelliJ IDEA 9.0's debugger when I run scala code (scala 2.8). The problem is that I can't see which case is selected in the match sentence when I make traces step by step.

Upvotes: 1

Views: 364

Answers (1)

Ilya Sergey
Ilya Sergey

Reputation: 146

Normally, the debugger ``jumps'' from one case branch to expression to be matched and back to the next branch subsequently. Do you observe another behaviour?

Ilya

Upvotes: 1

Related Questions