< prev index next >

jdk/src/jdk.jdi/share/classes/module-info.java

Print this page

        

*** 43,54 **** * For more information on the Java Platform Debugger Architecture, see the <a * href="{@docRoot}/../../../../technotes/guides/jpda/index.html"> Java * Platform Debugger Architecture documentation</a> for this release and the <a * href="http://java.sun.com/products/jpda">Java Platform Debugger Architecture * website</a>. ! * <p style="font-size:larger"> ! * <b>Global Exceptions:</b> * <p> * This section documents exceptions which apply to the entire API and are thus * not documented on individual methods. * <blockquote> * <p> --- 43,53 ---- * For more information on the Java Platform Debugger Architecture, see the <a * href="{@docRoot}/../../../../technotes/guides/jpda/index.html"> Java * Platform Debugger Architecture documentation</a> for this release and the <a * href="http://java.sun.com/products/jpda">Java Platform Debugger Architecture * website</a>. ! * <h3>Global Exceptions</h3> * <p> * This section documents exceptions which apply to the entire API and are thus * not documented on individual methods. * <blockquote> * <p>
*** 101,110 **** --- 100,124 ---- * indirectly takes {@code ReferenceType} as parameter may throw {@link * com.sun.jdi.ObjectCollectedException} if the mirrored type has been * unloaded. * </blockquote> * + * <h3>jdb</h3> + * + * <em>{@index jdb jdb}</em> is a simple command-line debugger provided + * in this module. + * + * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> + * <dt class="simpleTagLabel">Tool Guides: + * <dd>{@extLink jdb_tool_reference jdb} + * </dl> + * + * @provides com.sun.jdi.connect.Connector + * + * @uses com.sun.jdi.connect.Connector + * @uses com.sun.jdi.connect.spi.TransportService + * * @moduleGraph * @since 9 */ module jdk.jdi { requires jdk.attach;
< prev index next >