- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Dropping into Interpreter for Interactive Debugging
Wed, 2012-01-18, 23:27
What did you try? Which version of Scala are you using? What error did you encounter?
-jason
On Wed, Jan 18, 2012 at 11:22 PM, Daniel Duckworth <duckworthd@gmail.com> wrote:
-jason
On Wed, Jan 18, 2012 at 11:22 PM, Daniel Duckworth <duckworthd@gmail.com> wrote:
Thanks Jason. I already encountered that, but admittedly did not understand it. Could you perhaps give me an example in code?
Daniel Duckworth
Electrical Engineering and Computer Science
University of California, Berkeley
On Wed, Jan 18, 2012 at 2:17 PM, Jason Zaugg <jzaugg@gmail.com> wrote:On Wed, Jan 18, 2012 at 9:52 PM, Daniel Duckworth <duckworthd@gmail.com> wrote:Hi all,
I've been trying to find a way to drop into the interpreter
programmatically to interactively debug my code. My code will be
running through SBT, and so far I have been unable to find a working
solution.
Hi Daniel,
See "embeddedDefaults" in the FAQ: https://github.com/harrah/xsbt/wiki/FAQ
-jason