简体   繁体   English

使用JRebel时,使用Intellij IDEA 14远程调试Tomcat服务器上的应用程序

[英]Using Intellij IDEA 14 to remote debug an Application on a Tomcat Server while using JRebel

I can do this in eclipse, but when I try to do it in Intellij the remote debugger bogs down and the Application throws an IllegalThreadStateException. 我可以在eclipse中执行此操作,但是当我尝试在Intellij中执行此操作时,远程调试器就会停顿下来,应用程序将引发IllegalThreadStateException。

Is there a setting that I need to configure in Intellij, or a procedure I need to do to get this to work properly? 是否需要在Intellij中进行配置,或者需要执行一些步骤才能使其正常工作?

Could you mail the JRebel Support team these 2 documents? 您可以将这两个文档邮寄给JRebel支持团队吗? (support@zeroturnaround.com) (support@zeroturnaround.com)

  1. The full stack trace of the IllegalThreadStateException IllegalThreadStateException的完整堆栈跟踪
  2. A TRACE-level jrebel-intellij.log 跟踪级别的jrebel-intellij.log

Obviously first update your JRebel plugin to the very latest version (6.1.2 on day of writing) as the last couple of minor releases specifically fixed debugger issues, if this is not yet the case. 显然,首先将JRebel插件更新到最新版本(撰写本文时为6.1.2),因为最后两个次要版本专门解决了调试器问题(如果还不是这种情况)。

Then in IntelliJ open up: Preferences -> JRebel -> Advanced -> JRebel IDE plugin log level = Trace . 然后在IntelliJ中打开: Preferences -> JRebel -> Advanced -> JRebel IDE plugin log level = Trace Reproduce the issue and find the file here: $HOME/.jrebel/jrebel-intellij.log 重现问题并在此处找到文件: $HOME/.jrebel/jrebel-intellij.log

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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