首页 > 代码库 > JDI tutorial (trace example)
JDI tutorial (trace example)
Components Debugger Interfaces / |--------------| / | VM | debuggee ----( |--------------| <------- JVM TI - Java VM Tool Interface \ | back-end | \ |--------------| / | comm channel -( | <--------------- JDWP - Java Debug Wire Protocol \ | |--------------| | front-end | |--------------| <------- JDI - Java Debug Interface | UI | |--------------|
JDI是JPDA的上层接口,我们先搭建它的一个example,先感受一下它的功能。
JDI specification 是JDI的类库,JDI 的三个例子 (我们这里运行第一个Trace的例子)
注意:
- 需要包含tools.jar包
- 使用Eclipse IDE时,需要设置Working directory 指定被运行的类。
JDI tutorial (trace example)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。