Debugger, refactoring in tests: add ability to skip some variables in printFrame

This commit is contained in:
Natalia Ukhorskaya
2016-03-25 11:26:19 +03:00
parent a09814961f
commit 59930c32c4
3 changed files with 15 additions and 6 deletions
@@ -27,6 +27,8 @@ class MyDelegateThrowsException {
}
// PRINT_FRAME
// SKIP: suppressedExceptions
// SKIP: stackTrace
Compile bytecode for args.size
frame = main():9, DelegatedPropertyInClassKt {delegatedPropertyInClass}
@@ -40,7 +42,6 @@ Compile bytecode for args.size
field = propEx: int = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = delegatedPropertyInClass.kt, 14)
field = detailMessage: java.lang.String = null (sp = Throwable.!EXT!)
field = cause: java.lang.Throwable = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = Throwable.!EXT!)
field = stackTrace: java.lang.StackTraceElement[] = null (sp = Throwable.!EXT!)
extra = args.size
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'