Debugging doesn't work for a game project in IDEA 14 Ultimate

I follow these steps:

  • Import into an IDEA Play project created with the Activator interface from Play Scala Seed Template.
  • Create a Run / Debug configuration using the default "Play 2 App" template.
  • Add a breakpoint in my project.
  • Run debug and open page in browser.
  • I see in the IDE console "play - application is running" and the debugger tells me "Connected to target VM, address:" 127.0.0.1:58354 ", transport:" socket "

But the program doesn't stop at my glasses. In the browser, I see what code I made a breakpoint for this. What's wrong with IDEA?

I am using game version 2.3.9 and I am running the play app from IDEA idea but not from game console.

+3


source to share


1 answer


seems to be duplicated with:

How to run Play Framework 2.x in debug mode in IntelliJ IDEA?



Your first step seems to be wrong. Just open (and don't import) your project enough from IntelliJ.

+3


source







All Articles