Reputation: 105
I do following steps:
But program execution doesn't stop at my break points. In a browser I can see what a code for that I've made a break point is executed. What's wrong with IDEA?
I use play version 2.3.9, and I start the play app from an IDEA ide not from a play console.
Upvotes: 3
Views: 1118
Reputation: 529
seems duplicate with :
How to run Play Framework 2.x in debug mode in IntelliJ IDEA?
Your first step seems wrong. Just open (and don't import) your project is enough from IntelliJ.
Upvotes: 3