我使用IntelliJ IDEA 12.1、Jetty9.0服务器、Spring、Apache来创建和调试REST服务。当我尝试调试我的应用程序时,它会冻结在以下一行:1512 [Scanner-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactoryPre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFacto
我理解在IntelliJ IDEA中进行调试时,如果我们想要从第三方库中进入代码,就需要附加第三方库源代码。现在已经安装了Grepcode插件for IDEA (),使用了"Tools“菜单中的"Find on GrepCode.com”项,它允许我从IDEA启动的浏览器中查看源代码。然而,我无法让调试器进入第三方库,即使使用grepcode插件。IDEA告诉我“没有找到源”,然后给我提供到“下载源”的链接。
也许GrepCode IntelliJ插件应该只查看源代码