I'm experimenting with using jEdit as my main editor for writing Scala code.
Along side jEdit I'm using Apache Buildr and DTerm. This all works well, except I'm really not sure how I would go about debugging Scala application outside of a large IDE?
Are there recommended practices/tools for debugging outside of an IDE?
Here is the full process from the command line: evan@vbox ~> cat test. scala object test{ def main(args: Array[String]): Unit = println("Hello!") } evan@vbox ~> scalac test. scala evan@vbox ~> scala test Hello!
Rather than using a debugger, you could run the interpreter (aka REPL) from a point in your application. You can find detailed instructions here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With