Play framework and Sublime Text 2 - Is debugging possible?

I started using the Play platform and Sublime Text 2. This is a really nice development environment, but one thing is missing - the debugging feature.

I saw several online tutorials explaining how to configure debugging in ST2 for PHP. So, is there a way to debug Java applications in ST2 and, in particular, Play applications?

+5
source share
1 answer

Have you tried using Ensime with Sublime http://flurdy.com/docs/ensime/sublime.html ? You may also like CTags for defining STS 2 or Goto on STS 3.

0
source

All Articles