+ DebuggingView.DVFrame provides source MIME type.
+
null if the file is unknown.
* @since 2.65
*/
URI getSourceURI();
+ /**
+ * Get the source MIME type, if known.
+ * @return the source MIME type, or null if the source, or
+ * its MIME type is unknown.
+ * @since 2.67
+ */
+ default String getSourceMimeType() {
+ return null;
+ }
+
/**
* Line location of the frame in the source code at {@link #getSourceURI()}.
*
diff --git a/java/debugger.jpda.truffle/nbproject/project.xml b/java/debugger.jpda.truffle/nbproject/project.xml
index aff8c0d079a3..5ecb0dd4b03d 100644
--- a/java/debugger.jpda.truffle/nbproject/project.xml
+++ b/java/debugger.jpda.truffle/nbproject/project.xml
@@ -130,7 +130,7 @@