Breakpoints from Scala Worksheet?
breakpoints, scala, scala-ide
Solution
This is not supported, but there is an existing Scala Worksheet enhancement request to support this feature.
Problem
I'd like to perform source-level debugging when executing a Scala worksheet. Since worksheets are evaluated automatically when saved, I can't use the "debug as" menu option like I would a normal project or file. Is there a way to configure worksheets to run in debug mode so I can step through my code?