mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ignore com.sun.jdi.InvalidStackFrameException
This commit is contained in:
@@ -255,6 +255,8 @@ public final class ThreadReferenceProxyImpl extends ObjectReferenceProxyImpl imp
|
||||
try {
|
||||
getThreadReference().popFrames(stackFrame.getStackFrame());
|
||||
}
|
||||
catch (InvalidStackFrameException ignored) {
|
||||
}
|
||||
catch (ObjectCollectedException ignored) {
|
||||
}
|
||||
catch (InternalException e) {
|
||||
|
||||
Reference in New Issue
Block a user