Basically, I am hit pretty badly with following issue and I wanted to try to
fix it Nim compiler
[https://github.com/nim-lang/Nim/issues/5695](https://github.com/nim-lang/Nim/issues/5695)Because issue does not affect objects and only affects tuples, the simple idea is that I should be able to debug nim complier run once with object and once with tuple, find the place were logic diverge and fix it. Now the easy part , How debug workflow of Nim compiler?
