how to step into code from jars (non JDK) using IntelliJ?
Posted
by ascari
on Stack Overflow
See other posts from Stack Overflow
or by ascari
Published on 2010-03-20T23:15:21Z
Indexed on
2010/03/20
23:21 UTC
Read the original article
Hit count: 157
I am new to IntelliJ (and Stackoverflow) and fairly new to Java,In my application I am using code from jars that in IntelliJ I added as "External Libraries". I also have the source code for those jars, but I rather not compile it (they are huge and complex). Now while debugging my application I would like to step into the library code that is compiled into those jars. How can I set up IntelliJ to do that? Is there another way other that attaching the entire jar library source code to my application code?
© Stack Overflow or respective owner