Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力学习jdb。我有一个 Maven 项目。jdb当我使用list无法看到任何源代码的命令时,我尝试对其进行调试。我收到这条消息:
jdb
list
main[1] list Source file not found: App.java
那么我应该如何使用 maven 编译一个项目,以便以后可以对其进行调试jdb并且我可以看到源代码?
看来这和这无关maven。采用的选项之一jdb是sourcepath,您可以在此处指定它将搜索源代码的路径。
maven
sourcepath