« Return to Thread: [scala-tools] Setting breakpoints inside partial functions and other stuff

[scala-tools] Setting breakpoints inside partial functions and other stuff

by bearfeeder :: Rate this Message:

Reply to Author | View in Thread

Folks,

I did some debugging yesterday with NetBeans and IntelliJ.  I was unable to set breakpoints inside partial functions.  I couldn't set breakpoints in for comprehensions and stepping through for comprehensions was not intuitive (I understand that they're sugar for map/flatMap, but I expected "step" to work at the language syntax level).

So, am I missing a compiler setting or something that would make one or both of these use cases work as expected?  Does Eclipse have a better strategy for this?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

 « Return to Thread: [scala-tools] Setting breakpoints inside partial functions and other stuff