问题描述
我正在使用Eclipse 2020-06(4.16.0),并尝试在RedHat EAP 7.3下远程调试Java代码。我在配置文件中没有注释行,以允许远程调试。 Eclipse调试器连接到服务器,在“调试”面板中显示了数十个线程。 WAR的使用,我的代码(在JAR中)和服务器都在本地主机上运行。我在JAR中的代码上设置了断点,但是处理似乎从未在断点处停止。调试配置为:
JAVA_OPTS =“ $ JAVA_OPTS -agentlib:jdwp = transport = dt_socket,address = 8787,server = y,suspend = n”
as set in different configuration files. The WAR's are JBPM's businesscentral.war and kieserver.war. The WARs and the JAR are being deployed by dropping them in the deployments folder. I want the breakpoints to trace the execution of my code and kieserver.war for debugging.
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)