Skip to content

Commit

Permalink
Update of debugging traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Dec 7, 2023
1 parent f9e4a18 commit ccacdb5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ class GarbageCollector(internal val environment: EnvironmentImpl) {
if (loggable.address >= 520806596608L && loggable.address <= lastAddress) {
addresses.add(loggable.address)
}
if (loggable.address == 520806663897L) {
println("Caught you !")
}

if (loggable == null || loggable.address >= nextFileAddress) {
break
Expand Down

0 comments on commit ccacdb5

Please sign in to comment.