Say you have the source of an application, and you're debugging the jar via JMX. How do you tell IntelliJ where the source is?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You simply need a Java module in your project the references the sources (and I suspect the classes) and then run a remote debug session against your server. |
|||||
|