Top "Jdi" questions

The Java Debug Interface (JDI) is a high level Java API providing information useful for debuggers and similar systems needing access to the running state of a (usually remote) virtual machine.

JDI Thread Evaluations has encountered a problem

I'm running Eclipse for Java. I created a DOM version of an XML file. Now I want to change an …

java eclipse dom jdi
JDI Event Dispatch nullpointerexception

When I try to debug on my device I sometimes get an error and the debugger doesn't stop on any …

eclipse events dispatch jdi
How to import and use com.sun.jdi.VirtualMachine

I found some classes designed for debugging in package com.sun.jdi like VirtualMachine, but I can't use this because …

java java-7 jdi