why my CLion on macos debug openjdk source the breakpoints is not step into source

48 Views Asked by At

I have import the openjdk source into CLion when i modify the source and then run the custom build application it works run application debug application but if i debug the source it does not work

debug application

I had changed the compilation database but it does not work I need to debug the source of JavaMain method if i execute java -version command

1

There are 1 best solutions below

0
On BEST ANSWER

My current CLion version is 2022.2.5 I changed to CLion with version 2023.2.2 it worked