javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

Debugging a library source code is not working

Open omidp opened this issue 2 years ago • 1 comments

Hi,

Problem :

I have a Java maven project with for example an apache commons-io dependency. When I put a breakpoint on one of the line in the library source codes then debugger won't stop there.

code sample

public static void main(String[] args) {
        System.out.println("Hello World!");
        IOUtils.toString("hi".getBytes());
    }

I have a breakpoint inside toString method inside IOUtils

omidp avatar Oct 23 '23 08:10 omidp

I can confirm that the debugger does not stop when putting a breakpoint into IOUtils.toString. Thanks for the report.

lahodaj avatar Oct 24 '23 16:10 lahodaj