How can I get Intellij to show more frames of stack in the run console? -
at run time, run console shows like:
caused by: java.lang.reflect.invocationtargetexception @ sun.reflect.nativeconstructoraccessorimpl.newinstance0(native method) @ sun.reflect.nativeconstructoraccessorimpl.newinstance(nativeconstructoraccessorimpl.java:62) @ sun.reflect.delegatingconstructoraccessorimpl.newinstance(delegatingconstructoraccessorimpl.java:45) @ java.lang.reflect.constructor.newinstance(constructor.java:422) @ org.robolectric.robolectrictestrunner.gethooksinterface(robolectrictestrunner.java:455) ... 29 more caused by: java.lang.exceptionininitializererror @ org.robolectric.internal.paralleluniverse.<init>(paralleluniverse.java:32) ... 34 more caused by: java.lang.runtimeexception: no shadows modules found containing org.robolectric.shadowsadapter @ org.robolectric.robolectric.instantiateshadowsadapter(robolectric.java:91) @ org.robolectric.robolectric.<clinit>(robolectric.java:14) ... 35 more
i see of frames, instead of "... 35 more"
this intellij 2016.1.2
file | settings | editor | general | console
Comments
Post a Comment