简体   繁体   中英

Debug Play 2 framework project in Eclipse?

I need help how to set up debugging for a Play 2.0.4 project in Eclipse. What do I have to configure for that? I already eclipsified my project and imported it into the Eclipse workspace. Thanks for any hint.

First create a eclipse project with play eclipse or play eclipse with-source=true . Open that project in Eclipse

Start play with play debug . And the start the app with the run command. (or directly play debug run

Then connect eclipse via Remote-Debugging: Use the Connect JPDA with Debug As to start a debugging session. The debug port is 9999.

See also: https://github.com/playframework/Play20/wiki/IDE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM