i'm not able run play project in debug mode in intellij ide community edition. i've followed instructions play framework setting ide page, , did not manage catch breakpoint ide, i've tried answers here, here , here, , still nothing worked. running activator -jvm-debug 9999 run
console started project, running remote debugging session on port 9999 intellij seemed work, breakpoints not stopping session @ all.
i'm using play framework 2.4 , intellij community edition 15.
solved it!
the reason breakpoints not stopping on ide because fork command @ end of build.sbt file:
fork in run := true
as deleted line, worked expected.
no reason community edition of intellij won't able debug simple play application. this answer helpful gets lots in way setting simple environment develop , debug play framework application.
Comments
Post a Comment