简体   繁体   English

在调试外部应用程序时将IntelliJ定向到源

[英]Directing IntelliJ to sources when debugging an external application

Say you have the source of an application, and you're debugging the jar via JMX. 假设您拥有应用程序的源代码,并且正在通过JMX调试jar。 How do you tell IntelliJ where the source is? 您如何告诉IntelliJ来源在哪里?

您只需要在项目中使用Java模块引用源(我怀疑这些类),然后对服务器运行远程调试会话。

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

相关问题 使用IntelliJ远程调试jnlp应用程序 - remote debugging a jnlp application with IntelliJ 如何使用IntelliJ将外部库的源和javadoc添加到gradle? - How to add external library's sources and javadoc to gradle with IntelliJ? Intellij-Idea中Openshift应用的远程调试 - Remote Debugging of Openshift Application in Intellij-Idea 调试时暂停线程 Java 应用程序 IntelliJ - Suspending Threads while Debugging Java Application IntelliJ 本地调试应用程序在tomcat上启动,货物在IntelliJ中 - Local debugging application launched on tomcat with cargo in IntelliJ 在Intellij中调试TestNG时需要运行@BeforeSuite - Need to run @BeforeSuite when debugging TestNG in Intellij 在IntelliJ中调试时实时更改变量? - Changing variables in realtime when debugging in intellij? 如果在运行JSF应用程序时没有通过Maven添加,IntelliJ不使用外部Jar? - IntelliJ not using external Jar's if not added via Maven when running JSF application? Intellij Idea调试应用程序步进失败并终止应用程序 - Intellij Idea debugging an application stepping fails and application terminate 在JBoss上调试时,Eclipse不会自动连接源 - Eclipse doesn't automatically wire sources when debugging on JBoss
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM