Java Platform Debugger Architecture (original) (raw)

Property Value
dbo:abstract Die Java Platform Debugger Architecture (kurz JPDA, englisch für „Debugger-Architektur der Java-Plattform“) ist eine Softwarearchitektur, die Schnittstellen für die Entwicklung von Debuggern und die Überwachung sowie Steuerung von Java-Programmen bereitstellt. Sie ist seit der JDK-Version 1.3 erhältlich. (de) Java Platform Debugger Architecture (JPDA) es una colección de APIs que proporciona una infraestructura para depurar aplicaciones de J2SE. Incluye tres API: * (JDI): Interfaz Java de alto nivel que incluye soporte de depuración remota. * (JDWP): Define el formato de la información y las solicitudes transferidas entre el proceso que se está depurando y el front-end del depurador. * (JVM TI): Una interfaz nativa que define los servicios de una máquina virtual Java. proporciona herramientas tales como depuradores y profilers. JVM TI se introdujo en J2SE 5.0 y sustituye JVMDI y JVMPI. JVMDI fue eliminado en Java SE 6 y JVMPI será eliminado en Java SE 7. (es) The Java Platform Debugger Architecture (JPDA) is a collection of APIs to debug Java code. * Java Debugger Interface (JDI) – defines a high-level Java language interface that developers can easily use to write remote debugger application tools. * Java Virtual Machine Tools Interface (JVMTI) – a native interface that helps to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM). * Java Virtual Machine Debug Interface (JVMDI) – JVMDI was deprecated in J2SE 5.0 in favor of JVM TI, and was removed in Java SE 6. * Java Debug Wire Protocol (JDWP) – defines communication between debuggee (a Java application) and debugger processes. (en) Java平台调试器架构(英語:Java Platform Debugger Architecture,JPDA)是一组用于调试Java代码的API。 * Java调试器接口(Java Debugger Interface,JDI)——定义了一个高层次Java接口,开发人员可以利用JDI轻松编写远程调试工具。 * Java虚拟机工具接口(Java Virtual Machine Tools Interface,JVMTI)——定义了一个原生(native)接口,可以对运行在Java虚拟机的应用程序检查状态、控制运行。 * Java虚拟机调试接口(JVMDI)——JVMDI在J2SE 5.0中被JVMTI取代,并在Java SE 6中被移除。 * Java调试线协议(JDWP)——定义了调试对象(一个 Java 应用程序)和调试器进程之间的通信协议。 (zh)
dbo:thumbnail wiki-commons:Special:FilePath/JPDA_architecture.png?width=300
dbo:wikiPageExternalLink http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/ http://docs.oracle.com/javase/8/docs/technotes/guides/jpda/
dbo:wikiPageID 417562 (xsd:integer)
dbo:wikiPageLength 2009 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1090714874 (xsd:integer)
dbo:wikiPageWikiLink dbr:Debugger dbr:Debugging dbr:Stepping_(debugging) dbc:Java_platform dbr:Eclipse_(software) dbr:File:JPDA_architecture.png dbr:Breakpoint dbr:JSwat dbr:Java_(programming_language) dbr:API dbc:Debuggers dbr:Java_Debug_Wire_Protocol dbr:Java_Virtual_Machine_Tools_Interface dbr:Java_virtual_machine dbr:JVM dbr:IntelliJ_IDEA dbr:NetBeans
dbp:wikiPageUsesTemplate dbt:Reflist dbt:Short_description
dcterms:subject dbc:Java_platform dbc:Debuggers
gold:hypernym dbr:Collection
rdf:type yago:Artifact100021939 yago:Implement103563967 yago:Instrumentality103575240 yago:Object100002684 yago:PhysicalEntity100001930 yago:WikicatJavaDevelopmentTools dbo:Book yago:Tool104451818 yago:Whole100003553
rdfs:comment Die Java Platform Debugger Architecture (kurz JPDA, englisch für „Debugger-Architektur der Java-Plattform“) ist eine Softwarearchitektur, die Schnittstellen für die Entwicklung von Debuggern und die Überwachung sowie Steuerung von Java-Programmen bereitstellt. Sie ist seit der JDK-Version 1.3 erhältlich. (de) Java Platform Debugger Architecture (JPDA) es una colección de APIs que proporciona una infraestructura para depurar aplicaciones de J2SE. Incluye tres API: * (JDI): Interfaz Java de alto nivel que incluye soporte de depuración remota. * (JDWP): Define el formato de la información y las solicitudes transferidas entre el proceso que se está depurando y el front-end del depurador. * (JVM TI): Una interfaz nativa que define los servicios de una máquina virtual Java. proporciona herramientas tales como depuradores y profilers. JVM TI se introdujo en J2SE 5.0 y sustituye JVMDI y JVMPI. JVMDI fue eliminado en Java SE 6 y JVMPI será eliminado en Java SE 7. (es) The Java Platform Debugger Architecture (JPDA) is a collection of APIs to debug Java code. * Java Debugger Interface (JDI) – defines a high-level Java language interface that developers can easily use to write remote debugger application tools. * Java Virtual Machine Tools Interface (JVMTI) – a native interface that helps to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM). * Java Virtual Machine Debug Interface (JVMDI) – JVMDI was deprecated in J2SE 5.0 in favor of JVM TI, and was removed in Java SE 6. * Java Debug Wire Protocol (JDWP) – defines communication between debuggee (a Java application) and debugger processes. (en) Java平台调试器架构(英語:Java Platform Debugger Architecture,JPDA)是一组用于调试Java代码的API。 * Java调试器接口(Java Debugger Interface,JDI)——定义了一个高层次Java接口,开发人员可以利用JDI轻松编写远程调试工具。 * Java虚拟机工具接口(Java Virtual Machine Tools Interface,JVMTI)——定义了一个原生(native)接口,可以对运行在Java虚拟机的应用程序检查状态、控制运行。 * Java虚拟机调试接口(JVMDI)——JVMDI在J2SE 5.0中被JVMTI取代,并在Java SE 6中被移除。 * Java调试线协议(JDWP)——定义了调试对象(一个 Java 应用程序)和调试器进程之间的通信协议。 (zh)
rdfs:label Java Platform Debugger Architecture (de) Java Platform Debugger Architecture (es) Java Platform Debugger Architecture (en) JPDA (zh)
owl:sameAs freebase:Java Platform Debugger Architecture yago-res:Java Platform Debugger Architecture wikidata:Java Platform Debugger Architecture dbpedia-de:Java Platform Debugger Architecture dbpedia-es:Java Platform Debugger Architecture dbpedia-et:Java Platform Debugger Architecture dbpedia-hu:Java Platform Debugger Architecture dbpedia-zh:Java Platform Debugger Architecture https://global.dbpedia.org/id/2cY2Q
prov:wasDerivedFrom wikipedia-en:Java_Platform_Debugger_Architecture?oldid=1090714874&ns=0
foaf:depiction wiki-commons:Special:FilePath/JPDA_architecture.png
foaf:isPrimaryTopicOf wikipedia-en:Java_Platform_Debugger_Architecture
is dbo:wikiPageRedirects of dbr:Java_Debugger_Interface dbr:JVMDI dbr:JPDA
is dbo:wikiPageWikiLink of dbr:List_of_debuggers dbr:Java_Debugger_Interface dbr:Da_Vinci_Machine dbr:List_of_Java_virtual_machines dbr:JSwat dbr:Java_(software_platform) dbr:Java_version_history dbr:Java_Debug_Wire_Protocol dbr:Java_Virtual_Machine_Tools_Interface dbr:JVMDI dbr:JPDA
is foaf:primaryTopic of wikipedia-en:Java_Platform_Debugger_Architecture