Example: Cli 11 ``` new PrintWriter(out) ``` `out` has the same address as `PrintWriter_instance.out`. Previous implementation handles this special case through hardcoding, this has been removed in commit: https://github.com/code-philia/microbat/commit/d882f9e49dd24226f84877428743639eb3c6bb4f Handle this special case.