简体   繁体   中英

Remote debug with IntelliJ Idea

I try to debug my Java code remotely with IntelliJ Idea 10.5. My code implements Java server running on Amazon using Tomcat. I created Remote debug configuration in Idea, and this configuration behaves strange.

  1. Configuration has only "Configuration" and "Logs" parts. "Server" and "Deployment" parts are missing.
  2. When I choose it, "Run" button becomes unavailable. "Debug" button looks available, but when I press it, debug does not start.

What could be wrong? How can I check if debug configuration is OK?

thank you.

问题是服务器名称以http://开头,我删除了“ http://”,并且可以正常工作

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