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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -