You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
如果没有源码,虽然在 jdb 里也可以用 step 来单步,但是没有办法显示当前正在运行的代码,这简直就是盲调。这个时候只能使用字节码调试工具了,常见的字节码调试器有:Bytecode Visualizer、JSwat Debugger、Java ByteCode Debugger (JBCD)等等,参考这里。