extra logging for EA-63606
authorEgor.Ushakov <egor.ushakov@jetbrains.com>
Tue, 24 Feb 2015 14:14:52 +0000 (17:14 +0300)
committerEgor.Ushakov <egor.ushakov@jetbrains.com>
Tue, 24 Feb 2015 14:48:37 +0000 (17:48 +0300)
java/debugger/impl/src/com/intellij/debugger/engine/DebugProcessImpl.java

index 29a2c3414695d3e1522f71ed42f55108088ad08d..09c869db99c5ecd1f63600d3f96c98e9594adb85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2014 JetBrains s.r.o.
+ * Copyright 2000-2015 JetBrains s.r.o.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -1098,7 +1098,7 @@ public abstract class DebugProcessImpl extends UserDataHolderBase implements Deb
           throw (RuntimeException)exception[0];
         }
         else {
-          LOG.assertTrue(false);
+          LOG.error("Unexpected exception " + exception[0]);
         }
       }