Rewrite DebuggerTests (do not use FrameTree)
This commit is contained in:
committed by
Nikolay Krasko
parent
5c04959871
commit
7582f1f454
@@ -20,8 +20,8 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
Compile bytecode for a2.prop
|
||||
frame = main():14, EvBreakpointOnPropertyDeclarationKt {evBreakpointOnPropertyDeclaration}
|
||||
static = static = evBreakpointOnPropertyDeclaration.EvBreakpointOnPropertyDeclarationKt
|
||||
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evBreakpointOnPropertyDeclaration.kt, 7)
|
||||
local = a1: evBreakpointOnPropertyDeclaration.A = {evBreakpointOnPropertyDeclaration.A@uniqueID} (sp = evBreakpointOnPropertyDeclaration.kt, 8)
|
||||
field = prop: int = 1 (sp = evBreakpointOnPropertyDeclaration.kt, 4)
|
||||
|
||||
Reference in New Issue
Block a user