{"record":{"id":"7148659499623736","repo":"JetBrains/intellij-community","slug":"internal-error-see-logs-for-more-details","errorCode":null,"errorMessage":"Internal error. See logs for more details","messagePattern":"Internal error\\. See logs for more details","errorType":"exception","errorClass":"EvaluateException","httpStatus":null,"severity":"error","filePath":"java/debugger/impl/src/com/intellij/debugger/ui/impl/watch/FieldDescriptorImpl.java","lineNumber":129,"sourceCode":"      else {\n        fieldValue = myField.declaringType().getValue(myField);\n      }\n\n      if (myObject != null && populateExceptionStackTraceIfNeeded(fieldValue, evaluationContext)) {\n        // re-read stacktrace value\n        fieldValue = myObject.getValue(myField);\n      }\n\n      return fieldValue;\n    }\n    catch (InternalException e) {\n      if (evaluationContext.getVirtualMachineProxy().canBeModified()) { // do not care in read only vms\n        LOG.debug(e);\n      }\n      else {\n        LOG.warn(e);\n      }\n      throw new EvaluateException(JavaDebuggerBundle.message(\"internal.debugger.error\"));\n    }\n    catch (ObjectCollectedException ignored) {\n      throw EvaluateExceptionUtil.OBJECT_WAS_COLLECTED;\n    }\n  }\n\n  private boolean populateExceptionStackTraceIfNeeded(Value value, EvaluationContextImpl evaluationContext) {\n    if (\"stackTrace\".equals(getName()) &&\n        ViewsGeneralSettings.getInstance().POPULATE_THROWABLE_STACKTRACE &&\n        value instanceof ArrayReference &&\n        ((ArrayReference)value).length() == 0 &&\n        DebuggerUtils.instanceOf(myObject.type(), CommonClassNames.JAVA_LANG_THROWABLE)) {\n      try {\n        DebuggerUtilsImpl.invokeThrowableGetStackTrace(myObject, evaluationContext, false);\n        return true;\n      }\n      catch (Throwable e) {\n        LOG.info(e); // catch all exceptions to ensure the method returns gracefully","sourceCodeStart":111,"sourceCodeEnd":147,"githubUrl":"https://github.com/JetBrains/intellij-community/blob/be881553f2a76ac8b4ea53950d93f0de78295c19/java/debugger/impl/src/com/intellij/debugger/ui/impl/watch/FieldDescriptorImpl.java#L111-L147","documentation":"Error \"Internal error. See logs for more details\" thrown in JetBrains/intellij-community.","triggerScenarios":"An unexpected internal exception occurs while resolving a field descriptor in the debugger.","commonSituations":"Rare debugger/JDI inconsistencies; the log contains the real exception.","solutions":["Open Help | Show Log and inspect the stack trace for the underlying cause.","Retry the action after restarting the debug session; report the issue with the log if it persists."],"exampleFix":"Help | Show Log in Explorer -> idea.log -> search for the timestamp of the failure.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"be881553f2a76ac8b4ea53950d93f0de78295c19","analyzedAt":"2026-08-14T14:13:06.425Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}