entlicher commented on a change in pull request #3417:
URL: https://github.com/apache/netbeans/pull/3417#discussion_r780560847



##########
File path: 
java/java.nativeimage.debugger/src/org/netbeans/modules/java/nativeimage/debugger/breakpoints/JPDABreakpointsHandler.java
##########
@@ -154,6 +159,25 @@ private Breakpoint added(JPDABreakpoint b) {
         return null;
     }
 
+    private String verifyFilePath(String filePath, String relativePath) {
+        if (relativePath != null) {
+            List<SourceInfo> sources = debugger.listSources(SOURCES_FOLDER + 
File.separator + relativePath);

Review comment:
       Good point.
   After all I've abandoned matching file paths in the sources listing as we 
can not have reliable source list for lazily loaded shared libraries.




-- 
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