Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging a library source code is not working #32

Open
omidp opened this issue Oct 23, 2023 · 1 comment
Open

Debugging a library source code is not working #32

omidp opened this issue Oct 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@omidp
Copy link

omidp commented Oct 23, 2023

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

@lahodaj
Copy link
Member

lahodaj commented Oct 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants