This commit is contained in:
Vladimir Krivosheev
2014-03-05 12:33:49 +01:00
parent 33b01458a5
commit 1f2dd560ee
2 changed files with 3 additions and 0 deletions
@@ -159,6 +159,7 @@ public class StackFrameProxyImpl extends JdiProxy implements StackFrameProxy {
return (VirtualMachineProxyImpl) myTimer;
}
@Nullable
@Override
public Location location() throws EvaluateException {
InvalidStackFrameException error = null;
@@ -19,6 +19,7 @@ import com.intellij.debugger.engine.evaluation.EvaluateException;
import com.sun.jdi.ClassLoaderReference;
import com.sun.jdi.Location;
import com.sun.jdi.StackFrame;
import org.jetbrains.annotations.Nullable;
public interface StackFrameProxy extends ObjectReferenceProxy{
StackFrame getStackFrame() throws EvaluateException;
@@ -27,6 +28,7 @@ public interface StackFrameProxy extends ObjectReferenceProxy{
VirtualMachineProxy getVirtualMachine();
@Nullable
Location location() throws EvaluateException;
ClassLoaderReference getClassLoader() throws EvaluateException;