Download the test project from https://github.com/vscjavaci/java-debug-ci/tree/master/testcase/8.nosource, and open it in vscode.
Set a breakpoint at line#3 of NoSourceTest.java, and click F5 to launch debug session.
Step into the constructor method, it always jumps to ClassLoader$loadClass in call stack.
Is there any way to filter the loadClass method?
Download the test project from https://github.com/vscjavaci/java-debug-ci/tree/master/testcase/8.nosource, and open it in vscode.
Set a breakpoint at line#3 of NoSourceTest.java, and click F5 to launch debug session.
Step into the constructor method, it always jumps to ClassLoader$loadClass in call stack.
Is there any way to filter the loadClass method?