This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 21673
Collapse All | Expand All

(-)src/org/netbeans/mdr/handlers/InstanceHandler.java (+1 lines)
Lines 124-129 Link Here
124
                e.printStackTrace();
124
                e.printStackTrace();
125
                throw new DebugException();
125
                throw new DebugException();
126
            }
126
            }
127
            fail = false;
127
        } finally {
128
        } finally {
128
            _unlock(fail);
129
            _unlock(fail);
129
        }
130
        }

Return to bug 21673