19

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?

Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246

1 Answers1

16

This is not supported, but there is an existing Scala Worksheet enhancement request to support this feature.

Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246