调试 Exception processing async thread queue问题

  • Post author:
  • Post category:其他



调试时出现以下问题


Exception processing async thread queue


org.eclipse.jdt.internal.debug.core.model.JDIClassType cannot be cast to org.eclipse.jdt.debug.core.IJavaValue




原因:有断点存在


解决办法:不要在Thread.currentThread()处添加断点。