Debugger: do not write exception to log in some valid cases
This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@ import java.util.ArrayList
|
||||
|
||||
fun throwException() {
|
||||
// EXPRESSION: fail()
|
||||
// RESULT: Exception occurred in target VM: Method threw 'java.lang.UnsupportedOperationException' exception.
|
||||
// RESULT: Method threw 'java.lang.UnsupportedOperationException' exception.
|
||||
//Breakpoint!
|
||||
val a = 1
|
||||
|
||||
// EXPRESSION: fail()
|
||||
// RESULT: Exception occurred in target VM: Method threw 'java.lang.UnsupportedOperationException' exception.
|
||||
// RESULT: Method threw 'java.lang.UnsupportedOperationException' exception.
|
||||
//Breakpoint!
|
||||
val b = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user