Are collections or objects supported in the Cronon

I've run through the Cronon debugger and can't seem to see an objects contents. Is this feature supported?

---
Original message URL: http://devnet.jetbrains.net/message/5518682#5518682

0

Hi, Chronon records objects from instrumented classes only, so if you want to see object's content please add corresponding class to the instrumentation list.
(Java Collections as well as any other java.* classes can not be instrumented for now)

0

请先登录再写评论。