entlicher opened a new pull request #3417:
URL: https://github.com/apache/netbeans/pull/3417


   When submitting a breakpoint into a Java native image, we consult the list 
of source files from the executable to determine the correct destination file.
   
   The breakpoint's file is resolved relative to the `sources` folder, which is 
expected to be the sibling of the executable file.
   When the `sources` folder is not found, breakpoints are resolved to 
locations that do not exist in the executable.
   To verify the correctness of file paths, we use a newly introduced 
`NIDebugger.listSources()` method.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to