My java project references many external jar files and I need debug into these jar files. But I have no source codes of these jar files.
I have installed a decompiler named Enhanced Class Decompiler 3.1.0 which found in Eclipse Marketplace.
Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly.
I can decompile a class file with JD-core which in the external jar file and toggle a break point successfully. But it still told me "Source not found" during debugging.
How can I debug a class file without source code directly?