Breakpoints from Scala Worksheet?
Asked Answered
A

1

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?

Afoul answered 10/10, 2012 at 19:53 Comment(0)
A
16

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

Afoul answered 10/10, 2012 at 22:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.