赛派号

十大名牌电焊机排名第一 Java Platform Debugger Architecture

APIs for Ja programming language

The Ja Platform Debugger Architecture (JPDA) is a collection of APIs to debug Ja code.

Ja Debugger Interface (JDI) – defines a high-level Ja language interface that developers can easily use to write remote debugger application tools. Ja Virtual Machine Tools Interface (JVMTI) – a native interface that helps to inspect the state and to control the execution of applications running in the Ja Virtual Machine (JVM). Ja Virtual Machine Debug Interface (JVMDI) – JVMDI was deprecated in J2SE 5.0 in for of JVM TI, and was removed in Ja SE 6. Ja Debug Wire Protocol (JDWP) – defines communication between debuggee (a Ja application) and debugger processes. JPDA architecture Ja Debugger Interface (JDI)[edit]

JDI is the highest-layer of the Ja Platform Debugger Architecture. It allows to access the JVM and the internal variables of the debugged program. It also allows to set breakpoints, stepping, and handle threads.[1]

See also[edit] Eclipse, an open-source IDE integrated with JPDA support IntelliJ IDEA, a commercial open-source Ja IDE with integrated JPDA support JSwat, an open-source Ja debugger using the JPDA NetBeans, an open-source IDE using the JPDA References[edit] ^ "An Intro to the Ja Debug Interface (JDI)". baeldung.com. 2019-09-07. Retrieved 2020-01-19. External links[edit] Ja Platform Debugger Architecture for Ja SE 7 Ja Platform Debugger Architecture for Ja SE 8

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至lsinopec@gmail.com举报,一经查实,本站将立刻删除。

上一篇 没有了

下一篇没有了