How to Debug a jar 2024-1-28 10:21 | 157 | 杂 | 0 | 2024-1-28 10:21 558 字 | 4 分钟 无源码调试 Jar 包 普通可执行 Jar 包 这里先以普通 jar 包为例。在 pom.xml 中的文件插件内容如下: <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <config… debugjar