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



##########
File path: 
ide/nativeimage.api/src/org/netbeans/modules/nativeimage/api/debug/NIDebugger.java
##########
@@ -257,6 +257,16 @@ public String getVersion() {
         return provider.listVariables(name, includeNondebug, maxResults);
     }
 
+    /**
+     * Get a list of source paths in the debuggee.
+     *
+     * @param nameRegexp regular expression that filters the list of source 
paths
+     * @since 0.7
+     */
+    @CheckForNull
+    public List<SourceInfo> listSources(String nameRegexp) {

Review comment:
       The API changes were abandoned for now.




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