mikeash / memorydumper2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endless loop

daviad opened this issue · comments

Hello, code like below:

class PersonClass{
    var name: String = "hua"
    let age: Int = 22
}
var ps = PersonClass()
dumpAndOpenGraph(dumping: ps, maxDepth: 60, filename: "PersonClass")