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



##########
File path: 
ide/nativeimage.api/src/org/netbeans/modules/nativeimage/spi/debug/NIDebuggerProvider.java
##########
@@ -194,4 +194,13 @@
     default Map<SourceInfo, List<Symbol>> listVariables(String name, boolean 
includeNondebug, int maxResults) {
         return null;
     }
+
+    /**
+     * Provide a list of source paths in the debuggee.
+     *
+     * @since 0.7
+     */
+    default 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